4 lines
62 B
Racket
4 lines
62 B
Racket
|
|
#lang racket
|
||
|
|
(file-size "input.txt")
|
||
|
|
(file-size "/input.txt")
|