Update and rename Dyvil.dyvil to Dyvil.dyv

Updated the Dyvil Hello World program to the latest language version (v0.31.0).
This commit is contained in:
Clashsoft
2017-04-11 23:40:59 +02:00
committed by GitHub
parent 546610ca1c
commit 50c5a60a73
2 changed files with 4 additions and 4 deletions

4
d/Dyvil.dyv Normal file
View File

@@ -0,0 +1,4 @@
class Dyvil
{
static func main(args: [String]) = print 'Hello World'
}

View File

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