hello.c 82 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 #include <stdio.h> int main(void) { printf("* Hello World\n\n"); return 0; }