This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/server/unit.cpp
T

9 lines
122 B
C++

#include <iostream>
using namespace std;
//receive any amount of info and print it
int main(int, char**) {
return 0;
}