5 lines
43 B
Text
5 lines
43 B
Text
|
loop (true) {
|
||
|
a * 42 -> std_output;
|
||
|
}
|
||
|
|