complexpr/examples/cat.cxpr

4 lines
36 B
Plaintext
Raw Normal View History

while true {
print(input());
}