GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Transfer to URL with SHA
Find file
Newer
Older
tree:
85d6394627
Branches
Tags
×
master
dub_jkp
/
examples
/
generated-sources
/
source
/ app.d
Sönke Ludwig
on 11 Apr 2014
80 bytes
Collect build targets after running preGenerateCommands. Fixes #144.
Raw
Blame
History
import
std
.
stdio
;
import
test
;
void
main
()
{
writefln
(
"Result: %s"
,
fun
());
}