artulab
projects
/
openbsd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c93e9d0ec8ac31e0bf90d067bfebfa648c8a52b3
[openbsd]
/
1
// We don't import any std module here.
2
3
int main(int argc, char **argv) {
4
return 0; // Set break point at this line.
5
}