Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to make a hello world program in c

#include <stdio.h>
#include <stdlib.h>

int main() {
  printf("Hello, World!");
  return 0;
}
 
PREVIOUS NEXT
Tagged: #world #program
ADD COMMENT
Topic
Name
2+2 =