mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-06 00:40:51 +00:00
6 lines
61 B
C++
6 lines
61 B
C++
#include <iostream>
|
|
|
|
int main(int, char* [])
|
|
{
|
|
return 0;
|
|
}
|