1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Remove generated main.cpp

This commit is contained in:
Marijn van der Werf
2017-05-14 21:07:16 +02:00
committed by Gymnasiast
parent 90fbb29d93
commit 7608f7f189

View File

@@ -1,15 +0,0 @@
//
// main.cpp
// OpenRCT2-cli
//
// Created by Richard Jenkins on 12/05/2017.
// Copyright © 2017 OpenRCT2. All rights reserved.
//
#include <iostream>
int main(int argc, const char * argv[]) {
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}