mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
8 lines
151 B
C++
Executable File
8 lines
151 B
C++
Executable File
#include <iostream>
|
|
|
|
int main(int argc, const char * argv[])
|
|
{
|
|
std::cout << "Awww yeah, gonna test some stuff here eventually!\n";
|
|
return 0;
|
|
}
|