Merge pull request #304 from jawadhadi/master

added jai
This commit is contained in:
Mike Donaghy
2017-02-12 16:13:10 -06:00
committed by GitHub

7
j/jai.jai Normal file
View File

@@ -0,0 +1,7 @@
#import "Print"
main::(){
print("hello world!");
}