Added main.cpp
This commit is contained in:
parent
151cca00f5
commit
273f88becb
1 changed files with 15 additions and 0 deletions
15
src/main.cpp
Normal file
15
src/main.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
#include <iostream>
|
||||||
|
#include <winsock.h>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
class Socket {
|
||||||
|
public:
|
||||||
|
void winInit() { cout << "Initializing socket\n"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
int main(int argc, char *argv[]) {
|
||||||
|
cout << "mcc v0.0.0\n";
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue