waf
FORK: waf with some random patches
git clone
https://git.neptards.moe/neptards/waf.git
Log
|
Files
|
Refs
|
README
code.d (54B)
1
module testlib.code;
2
3
int test_lib()
4
{
5
return 125;
6
}