repl does not write temp file now

This commit is contained in:
ValKmjolnir
2023-09-06 00:12:01 +08:00
parent a0e6047296
commit ec03f0aee0
5 changed files with 59 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
#include <winsock.h>
#pragma comment(lib,"ws2_32")
class WSAmanager{
class WSAmanager {
private:
WSAData data;
public: