Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
travelstacker's comments
login
travelstacker
on May 25, 2012
|
parent
|
context
[–]
| on:
My first C program: simple process supervisor like...
Gasp! I'm sure your first program is meant to read:
#include <stdio.h>
main() { printf("hello, world\n"); }
;)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
#include <stdio.h>
main() { printf("hello, world\n"); }
;)