1 2 3 4 5 6 7
#include<stdio.h> int main(void) { printf("Do not have a file layout like this in your own projects.\n"); printf("This is only to test that this works.\n"); return 0; }