Hello World in C


/ Published in: C
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #include<stdio.h>
  2.  
  3.  
  4. int main()
  5. {
  6. printf("Hello World");
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.