Files
opengl-test/main.cpp
Max Westerlund 7f7a743b69 new file: .gitignore
new file:   compile.bat
	new file:   main.cpp
	new file:   run.bat
2025-06-29 00:37:08 +02:00

6 lines
73 B
C++

#include <iostream>
int main() {
std::cout << "run";
return 0;
}