This website requires JavaScript.
Explore
Help
Sign In
NoEdge
/
Danbias
Watch
1
Star
0
Fork
You've already forked Danbias
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
adcef51227
Danbias
/
Code
/
Network
/
OysterNetworkClient
/
ClientMain.cpp
10 lines
96 B
C++
Raw
Normal View
History
Unescape
Escape
Removed stuff from project files
2013-11-18 16:47:57 +01:00
#
include
<iostream>
using
namespace
std
;
Removed old stuff, and added main files for all projects
2013-11-18 16:34:50 +01:00
int
main
(
)
{
Changed name on main files on server and client
2013-11-19 09:34:24 +01:00
cout
<
<
"
Client
"
<
<
endl
;
Removed stuff from project files
2013-11-18 16:47:57 +01:00
Removed old stuff, and added main files for all projects
2013-11-18 16:34:50 +01:00
return
0
;
}