Basic C project template.
at main 62 B view raw
1#include <stdio.h> 2 3int main() { 4 printf("Hello world!\n"); 5}