An open API service indexing awesome lists of open source software.

https://github.com/ncrashed/winlabs


https://github.com/ncrashed/winlabs

Last synced: 4 months ago
JSON representation

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
```