• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Switch to Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Steem Proposals 
  • Developer Portal 
  • Steem Bluepaper 
  • SMT Whitepaper 
  • Steem Whitepaper 
  • Privacy Policy
  • Terms of Service
Homeby Witness Moecki
LoginSign up

"Hello, World!" in C language

cprog (25)in #programming • last year (edited)

Everyone starts their journey in the programming world by displaying the line "Hello, World!" on the screen. Let's not break the tradition and do the same! :)

Code:

#include <stdio.h>

int main ()
{
    printf ("Hello, World!\n\n");
    system ("pause");
    return 0;
}

Posted using SteemPro Mobile

#c #tutorial #gcc #geany #windows
last year in #programming by cprog (25)
$0.00
    1 vote
    • + bluesniper
    Reply 0