FarmFighter/client/client.cpp

6 lines
98 B
C++
Raw Normal View History

2024-08-29 22:27:01 -06:00
#include <stdio.h>
int main() {
printf("This is the farm fighter client!\n");
return 0;
}