mirror of
https://github.com/icaven/glm.git
synced 2025-12-08 09:47:46 +08:00
8 lines
51 B
C++
8 lines
51 B
C++
int main()
|
|
{
|
|
int Failed = 0;
|
|
|
|
return Failed;
|
|
}
|
|
|