8 lines
89 B
C
8 lines
89 B
C
#include <stdio.h>
|
|
#include "baller.h"
|
|
|
|
int main() {
|
|
printf("%s\n", BALLER);
|
|
return 0;
|
|
}
|