YoggieEngine/Editor/src/main.cpp

8 lines
91 B
C++
Raw Normal View History

#include <iostream>
int main()
{
std::cout << "Welcome to the Editor!" << std::endl;
}