index
:
b.git
master
Unnamed repository; edit this file 'description' to name the repository.
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sample.b
blob: 960dfbdbdebb1a07990127420985bf339eab1e02 (
plain
)
1
2
3
4
5
6
7
func foo() { puts("hello"); } func main() { foo(); }