Adding / organizing the workspace into multple seperate projects
This commit is contained in:
8
Editor/src/main.cpp
Normal file
8
Editor/src/main.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Welcome to the Editor!" << std::endl;
|
||||
|
||||
}
|
Reference in New Issue
Block a user