Files
INF6B/niacin/sample.src

4 lines
50 B
Plaintext

fun main() {
u8 testint = 255;
print(testint);
}