#include <iostream>
This commit is contained in:
jojos38
2020-01-28 11:33:06 +01:00
parent b49a2a28f4
commit 66fa203eb6
5 changed files with 83 additions and 4 deletions

View File

@@ -3,4 +3,4 @@ project(BeamNG-MP-Server)
set(CMAKE_CXX_STANDARD 14)
add_executable(untitled main.cpp)
add_executable(untitled src/main.cpp)