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:
7f25458309
Branches
Tags
×
master
dub_jkp
/
test
/
custom-unittest
/
source
/ lib.d
Sönke Ludwig
on 15 Jan 2014
89 bytes
Add some test packages.
Raw
Blame
History
module lib; void libFunc() { import std.stdio; writefln("Library function called."); }