The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
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;}