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:
4fe032b8da
Branches
Tags
×
master
dub_jkp
/
test
/
1-exec-simple-package-json
/
source
/ app.d
Sönke Ludwig
on 2 Aug 2015
62 bytes
Add test case for packages with package.json. See #639.
Raw
Blame
History
import
std
.
stdio
;
void
main
()
{
writeln
(
__FUNCTION__
);
}