UNPKG

quickprojects

Version:

QuickProjects makes it easy to create templates for programming projects without having to use an IDE.

7 lines (6 loc) 115 B
#include <stdio.h> #include <stdlib.h> int main(int argc, char** argv) { puts("Hello World!"); return 0; }