aboutsummaryrefslogtreecommitdiffstats
path: root/important-file.c
blob: dfda78f5dc59669b4387505b95a76d3be745e6df (plain)
1
2
3
4
5
6
// One has to wonder, what made this file so important in the first place.
#include <stdio.h>

main () {
    printf("test \n")
}