Adding new stuff

This commit is contained in:
ViktorBarzin 2017-07-09 02:00:02 +03:00
parent 1f2c9e448a
commit 44142239cd
40 changed files with 16241 additions and 11 deletions

View file

@ -0,0 +1,20 @@
// comment 1
function f() {
foo
}
// comment 2
function f() {
}
// comment 3
int a = 5;
foo;
// comment 4
string x = `foo`;
// comment 5
function f() {
foo
}