projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixes recursion bug in disambiguate_in().
[ohcount]
/
test
/
src_dir
/
pike1.pike
1
#!/bin/env pike
2
/* Say hello. */
3
int main(int argc, array(string) argv)
4
{
5
Stdio.stdout.write("Hello, world.\n");
6
}