mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-25 21:29:25 +00:00
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
|
import string
|
||
|
|
||
|
inline word readword() {
|
||
|
return strz2word(readline())
|
||
|
}
|