mirror of
https://github.com/geohot/qira
synced 2025-04-10 00:03:17 +03:00
9 lines
78 B
C
9 lines
78 B
C
void swag() {
|
|
printf("SWAG!\n");
|
|
}
|
|
|
|
void swag2() {
|
|
printf("SWAG2!\n");
|
|
}
|
|
|