Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Newest Programming Challenge

Name: Anonymous 2011-10-26 5:38

i found the lack of basic programming skills in prog
disturbing, so today and for the next 52 weeks
i m gonna try teach people on prog and maybe /g/ how to program
through small programming challenges.
CHALLENGE NUMBER I
1.copy the following  lines to a small text editor
2.save it as hello_world.c
3.open up a termnial
4. give gcc hello_world.c -o hello_world -Wall
5.type ./hello_world to execute it
VOILA!! you've just finished the first challenge
one step closer to being a programmer

//VODE
#include <stdio.h>

void main()
{
   system("echo hello world!");
}
//CODE

COMPLETION TIME:2 weeks starting from NOW!!!
Good luck gentlemen!!!

Name: Anonymous 2011-10-31 20:04

2011
not having enough registers to use both a frame pointer and a stack pointer
ISHYGDDT

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List