Clashsoft 50c5a60a73 Update and rename Dyvil.dyvil to Dyvil.dyv
Updated the Dyvil Hello World program to the latest language version (v0.31.0).
2017-04-11 23:40:59 +02:00

5 lines
72 B
Plaintext

class Dyvil
{
static func main(args: [String]) = print 'Hello World'
}