Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

hello world c

#include <stdio.h>

int main() {
   printf("Hello world!");
   printf("this is how to print anything in c");
   return 0;
}
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
5+1 =