Files
kraken/tests/emptyBracesFunction.krak

10 lines
110 B
Plaintext

import io;
|void| nothing() {}
|int| main() {
nothing();
println("It was nothing");
return 0;
}