Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

hello world c

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

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