• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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