← Back to ratslair.com
index
:
nships
main
Battleship clone using ncurses.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client.c
blob: c3df1eb50dd634154e94e3b5cbdc9981f5fc07db (
plain
)
1
2
3
4
5
6
7
#include "server.c" int main() { char ip[30] = "127.0.0.1"; joinGame(ip); }