Files

9 lines
76 B
C++
Raw Permalink Normal View History

#include <glm/gtc/vec1.hpp>
int main()
{
int Error = 0;
return Error;
}