Traits for function templates working! Need to finish for objects and specilizations, and I think also else statements.
This commit is contained in:
7
tests/commentFirstTest.krak
Normal file
7
tests/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