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
/
custom-unittest
/
source
/ lib.d
James Clarke
on 22 May 2014
90 bytes
Ensure all files end with a newline
Raw
Blame
History
module
lib
;
void
libFunc
()
{
import
std
.
stdio
;
writefln
(
"Library function called."
);
}