Comments don't screw with as much now\! (and work with semicolon infrencing\!)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
import io:*;
|
||||
|
||||
|int| main() {
|
||||
println(1337);
|
||||
println(1337) /*how bout now*/
|
||||
println(42) //or now
|
||||
return 0;
|
||||
//hmm
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user