I\'ve got a dead simple hello world:
#include int main() { printf("hey I work and stuff!"); return (0); }
that I