Skip to content

Commit

Permalink
Create Dyvil.dyvil
Browse files Browse the repository at this point in the history
Added the HelloWorld class written in Dyvil (https://github.com/Clashsoft/Dyvil).
  • Loading branch information
Clashsoft committed Jul 15, 2015
1 parent c06e97e commit 546610c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions d/Dyvil.dyvil
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class Dyvil
{
public static void main([String] args) = println "Hello World"
}

0 comments on commit 546610c

Please sign in to comment.