When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
im trying to build very basic programs just to see it print out in a dos menu. But even after "building" after this message it still appears. What am i doing wrong?int main{ printf("COP 3223 Rocks!\n"); return 0;}