Clashsoft 546610ca1c Create Dyvil.dyvil
Added the HelloWorld class written in Dyvil (https://github.com/Clashsoft/Dyvil).
2015-07-15 02:11:11 +02:00

5 lines
83 B
Plaintext

class Dyvil
{
public static void main([String] args) = println "Hello World"
}