mirror of
https://github.com/holub/mame
synced 2025-05-02 20:46:41 +03:00
9 lines
79 B
C++
9 lines
79 B
C++
#include <glm/gtc/reciprocal.hpp>
|
|
#include <ctime>
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|