02_read dir created
This commit is contained in:
parent
033e99b260
commit
4d5e2359f6
|
|
@ -0,0 +1,7 @@
|
||||||
|
import readline { read_line }
|
||||||
|
|
||||||
|
fn main()
|
||||||
|
{
|
||||||
|
s := read_line("")!
|
||||||
|
print("${s} \n")
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue