3 lines
82 B
Text
3 lines
82 B
Text
put file "input.txt" into inputFile
|
|
split inputFile by space
|
|
put sum of inputFile
|