• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • ✅ The POLL for Hive's Texturing Contest #33 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!

Okay , i ask basics.

Status
Not open for further replies.
Okay guys , im now beginning to learn in Programming
Im using codeblocks I need your help guys. (You just need to correct me if i did it wrong :) )

Okay , heres my code.
Im learning how to make a new line .

Code:
#include <stdio.h>
int main()
{
    printf( "Yeah!\n" );
    printf( "Im\n" );
    printf( "So\n" );
    printf( "Handsome\n" );
}
"I havent tested it yet because i still dont have codeblocks on my PC at my house. I only have time to open codeblocks when im in the computer lab.

I just need someone to correct me if im wrong.
Again , its just a basic.
 
Status
Not open for further replies.
Top