GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
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:
154a2ad272
Branches
Tags
×
drafts
master
hello-programmer-world
/
public
/
sample
/
tips
/ sample.php
h.sakamoto
on 28 Jan
80 bytes
commit
Raw
Blame
History
<?php function add($a, $b) { return $a + $b; } echo add(5, []) . PHP_EOL;