Create Dyvil.dyvil

Added the HelloWorld class written in Dyvil (https://github.com/Clashsoft/Dyvil).
This commit is contained in:
Clashsoft
2015-07-15 02:11:11 +02:00
parent c06e97ef41
commit 546610ca1c

4
d/Dyvil.dyvil Normal file
View File

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