Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

hello world in c

#include <stdio.h>
int main(){
  printf("hello world");
  return 0;
}
Source by cs50.harvard.edu #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
7+7 =