mirror of
https://github.com/guilhermewerner/opengl
synced 2025-06-15 21:04:18 +00:00
8 lines
90 B
C++
8 lines
90 B
C++
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "OpenGL" << std::endl;
|
|
std::cin.get();
|
|
}
|