enso.nim: Shaving off code
This commit is contained in:
@ -20,7 +20,7 @@ func main() =
|
||||
|
||||
let get_filename: IO[string] =
|
||||
proc(): string =
|
||||
let name: IO[string] = readstr(STDIN)
|
||||
let name: IO[string] = readln(stdin)
|
||||
echo "Enter the file name:"
|
||||
name()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user