mirror of
https://github.com/guilhermewerner/opengl
synced 2025-08-05 14:52:50 +00:00
Create VisualStudio Project
This commit is contained in:
7
OpenGL/Source/Application.cpp
Normal file
7
OpenGL/Source/Application.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "OpenGL" << std::endl;
|
||||
std::cin.get();
|
||||
}
|
Reference in New Issue
Block a user