complexpr/examples/cat.cxpr

3 lines
35 B
Plaintext
Raw Normal View History

while true {
print(input());
}