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:
0621b1bb4d
Branches
Tags
×
master
dub_jkp
/
test
/
custom-unittest
/
source
/ app.d
Sönke Ludwig
on 15 Jan 2014
105 bytes
Add some test packages.
Raw
Blame
History
module
app
;
import
lib
;
import
std
.
stdio
;
void
main
()
{
writeln
(
"Running application."
);
libFunc
();
}