6 lines
98 B
C++
6 lines
98 B
C++
![]() |
#include <stdio.h>
|
||
|
|
||
|
int main() {
|
||
|
printf("This is the farm fighter client!\n");
|
||
|
return 0;
|
||
|
}
|