Files
opengl/OpenGL/Source/Application.cpp
2021-01-08 16:06:19 -03:00

8 lines
90 B
C++

#include <iostream>
int main()
{
std::cout << "OpenGL" << std::endl;
std::cin.get();
}