Merge pull request #202 from Dyvil/master

HelloWorld in Dyvil
This commit is contained in:
Mike Donaghy
2015-08-22 14:04:08 -04:00

4
d/Dyvil.dyvil Normal file
View File

@@ -0,0 +1,4 @@
class Dyvil
{
public static void main([String] args) = println "Hello World"
}