2015-01-19 17:03:57 -05:00

9 lines
78 B
C

void swag() {
printf("SWAG!\n");
}
void swag2() {
printf("SWAG2!\n");
}