enso.nim: Shaving off code

This commit is contained in:
buckwheat
2025-12-26 22:36:14 -08:00
parent e263a216d6
commit 297f23163f
3 changed files with 7 additions and 13 deletions

View File

@ -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()