Merge pull request #404 from Dyvil/master

Update the Dyvil Program
This commit is contained in:
Mike Donaghy
2017-04-13 11:01:52 -05:00
committed by GitHub
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"
}