initial commit
This commit is contained in:
commit
0298a062dd
39 changed files with 2448 additions and 0 deletions
5
test/example.jn
Normal file
5
test/example.jn
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
const name: str = 'bob';
|
||||
const bob = new Person(name);
|
||||
print(bob.name);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue