FarmFighter/client/client.cpp
2024-08-29 22:27:01 -06:00

6 lines
98 B
C++

#include <stdio.h>
int main() {
printf("This is the farm fighter client!\n");
return 0;
}