Added license.

This commit is contained in:
Marvin Blum
2015-10-09 16:14:17 +02:00
parent b908525d34
commit 7657631b36
3 changed files with 29 additions and 1 deletions

View File

@@ -1 +1,7 @@
$hint()("Hello World");
func foo(){
return 1;
}
var _x = foo();
foo();