tcp nes wip

This commit is contained in:
2022-05-05 18:37:51 +02:00
parent 3695a54e9a
commit caf1ae0b7d
4 changed files with 18 additions and 9 deletions

View File

@@ -6,6 +6,9 @@
#include <unistd.h>
#include <sys/stat.h>
#include <iostream>
#include <fstream>
std::string read_file_contents(const std::string &filename) {
std::ifstream f;