Files
kraken/tests/test_nequals.krak

11 lines
79 B
Plaintext

import io:*;
|int| main() {
if (1 != 2)
println("Correct");
}