mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
8 lines
89 B
C++
8 lines
89 B
C++
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "works" << std::endl;
|
|
return 0;
|
|
}
|