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