3 lines
79 B
Smalltalk
3 lines
79 B
Smalltalk
|
|
(File name: 'input.txt') size printNl.
|
||
|
|
(File name: '/input.txt') size printNl.
|