├── HELLO ├── HELLO.C ├── HELLO.DEF ├── HELLO.H ├── HELLO.ICO ├── HELLO.RC ├── README.md ├── Windows 1.0 programs.img └── hello-annotation.c /HELLO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCommander/win1-hello-world-annotations/HEAD/HELLO -------------------------------------------------------------------------------- /HELLO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCommander/win1-hello-world-annotations/HEAD/HELLO.C -------------------------------------------------------------------------------- /HELLO.DEF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCommander/win1-hello-world-annotations/HEAD/HELLO.DEF -------------------------------------------------------------------------------- /HELLO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCommander/win1-hello-world-annotations/HEAD/HELLO.H -------------------------------------------------------------------------------- /HELLO.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCommander/win1-hello-world-annotations/HEAD/HELLO.ICO -------------------------------------------------------------------------------- /HELLO.RC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCommander/win1-hello-world-annotations/HEAD/HELLO.RC -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCommander/win1-hello-world-annotations/HEAD/README.md -------------------------------------------------------------------------------- /Windows 1.0 programs.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCommander/win1-hello-world-annotations/HEAD/Windows 1.0 programs.img -------------------------------------------------------------------------------- /hello-annotation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCommander/win1-hello-world-annotations/HEAD/hello-annotation.c --------------------------------------------------------------------------------