GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
h.sakamoto
/
hello-programmer-world
Transfer to URL with SHA
Find file
Newer
Older
tree:
95e4131bad
Branches
Tags
×
master
hello-programmer-world
/
public
/
sample
/
tips
/ sample.php
h.sakamoto
19 hours ago
80 bytes
commit
Raw
Blame
History
<?php function add($a, $b) { return $a + $b; } echo add(5, []) . PHP_EOL;