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:
b560b2c28f
Branches
Tags
×
master
dub_jkp
/
test
/
custom-unittest
/
test
/ main.d
James Clarke
on 22 May 2014
83 bytes
Ensure all files end with a newline
Raw
Blame
History
module main; void main() { import std.stdio; writefln("Running unit tests."); }