M1-nw-project/main.cpp

14 lines
400 B
C++

/***************************************************************************
* By Théophile Bastian, 2017
* M1 Network course project at ENS Cachan, Juliusz Chroboczek.
* License: WTFPL v2 <http://www.wtfpl.net/>
**************************************************************************/
#include "nw_constants.h"
#include "data.h"
int main(int argc, char** argv) {
//TODO read arguments
}