save code

This commit is contained in:
xsl
2025-08-30 22:54:33 +08:00
parent 96d9cf6c3e
commit e78d705a76
562 changed files with 93245 additions and 415 deletions
+9
View File
@@ -0,0 +1,9 @@
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/fast_exponential.hpp>
int main()
{
int Error(0);
return Error;
}