Covering the basics of how to write C programs
#include <stdio.h> int main() { printf("C is the best!\n"); }