$ bin/pharo --headless Pharo10-SNAPSHOT-64bit-502addc.image hello.st
Pharo10-SNAPSHOT-64bit-502addc.image is the unchanged distro image file.
hello.st is a plain text file, the hello world program.
$ cat hello.st Stdio stdout nextPutAll: 'hello world'; nextPut: Character lf.! SmalltalkImage current snapshot: false andQuit: true!
What in particular do you think we should look-at and what would you like us to learn from that?
Pharo10-SNAPSHOT-64bit-502addc.image is the unchanged distro image file.
hello.st is a plain text file, the hello world program.