Create VisualStudio Project

This commit is contained in:
GuilhermeWerner
2021-01-08 16:06:19 -03:00
parent 4ed58681dc
commit c49fee1824
4 changed files with 207 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "OpenGL" << std::endl;
std::cin.get();
}