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:
committed by
Gymnasiast
parent
90fbb29d93
commit
7608f7f189
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user