```
: start \ hmodule 0 commandline show-- res
4drop WalkColdChain
0
;
' start is EntryPoint
SaveConsole hello
```
This creates an executable ```hello.exe``` but that executable doesn't work. The observed behaviour running it from Windows Terminal in Windows 10 is that after a pause, nothing happens:
```
PS C:\Users\andre> hello
PS C:\Users\andre>
```