C Template A template for writing C code Contains hello world: #include <stdio.h> int main() { printf("Hello World!"); return(0); }