artulab
projects
/
openbsd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
00130c93b8863e9d46e47c02de0091ac24d954a8
[openbsd]
/
1
#include <stdio.h>
2
int main ()
3
{
4
puts("running"); // breakpoint here
5
return 0;
6
}