elna/tests/vm/print_char.elna

4 lines
31 B
Plaintext
Raw Normal View History

2024-10-04 18:26:10 +02:00
proc main() {
printc('x');
}