Fixed up testing etc
This commit is contained in:
7
tests/test_commentFirstTest.krak
Normal file
7
tests/test_commentFirstTest.krak
Normal file
@@ -0,0 +1,7 @@
|
||||
/* Comment first! */
|
||||
import io:*;
|
||||
|
||||
|int| main() {
|
||||
println(1337);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user