mirror of
https://github.com/guilhermewerner/opengl
synced 2025-06-16 05:14:19 +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