UNPKG

quickprojects

Version:

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

7 lines (6 loc) 94 B
#include <stdio.h> #include <stdlib.h> int main() { puts("Hello World!"); return 0; }