Added AviSynth (#582)

* Add hello world in AviSynth

* Update README.md
This commit is contained in:
jamhsueh
2020-04-01 00:44:03 +08:00
committed by GitHub
parent 9cd57ece85
commit cbc324653e
2 changed files with 2 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Attache](a/Attache.%40) * [Attache](a/Attache.%40)
* [Autohotkey](a/autohotkey.ahk) * [Autohotkey](a/autohotkey.ahk)
* [Autoit](a/autoit.au3) * [Autoit](a/autoit.au3)
* [AviSynth](a/avisynth.avs)
* [Awful](a/awful.yuk) * [Awful](a/awful.yuk)
* [Awk](a/awk.awk) * [Awk](a/awk.awk)
* [B](b/B.b) * [B](b/B.b)

1
a/avisynth.avs Normal file
View File

@@ -0,0 +1 @@
MessageClip("Hello World")