https://github.com/ncrashed/winlabs
https://github.com/ncrashed/winlabs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ncrashed/winlabs
- Owner: NCrashed
- License: bsl-1.0
- Created: 2013-04-07T10:11:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-09T20:26:49.000Z (about 13 years ago)
- Last Synced: 2025-07-03T17:46:11.081Z (11 months ago)
- Language: D
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
Winlabs
=======
Some winapi examples in D programming language.
Compilation
===========
Go to scripts folder, execute:
```
rdmd compile.d all debug
```
Or to compile single example (lab4, hometask):
```
rdmd compile.d
```