mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-03 08:52:49 +00:00
7 lines
61 B
C++
7 lines
61 B
C++
|
#include <iostream>
|
||
|
|
||
|
int main(int, char* [])
|
||
|
{
|
||
|
return 0;
|
||
|
}
|