1 2 3 4 5 6 7 8 9 10 11 12 13
/* * * 7.16 * * */ int main () { // It does not really matter if there are no access specifiers or if you choose to have both or only one of them. return 0; }