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:
65ef4095fb
Branches
Tags
×
master
dub_jkp
/
test
/
issue2452
/
source
/ app.d
Tomoya Tanjo
on 2 Sep 2022
91 bytes
Add test
Raw
Blame
History
import
std
.
stdio
;
import
fortytwo
;
void
main
()
{
writefln
(
"ShouldBe42: %s"
,
fun42
());
}