Added Milkscript (#760)

This commit is contained in:
Nimplex 2020-07-01 22:18:41 +02:00 committed by GitHub
parent d970061863
commit eeac4797da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
* [Mel](m/mel.mel)
* [Meq](m/meq.meq)
* [Mercury](m/mercury.m)
* [Milkscript](m/milkscript.milk)
* [Minecraft](m/minecraft)
* [Mips](m/mips.s)
* [Mirc](m/mirc.mrc)

2
m/milkscript.milk Normal file
View File

@ -0,0 +1,2 @@
#import "basic"
print("Hello World")