mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
8 lines
48 B
C++
8 lines
48 B
C++
|
int main()
|
||
|
{
|
||
|
int Error = 0;
|
||
|
|
||
|
return Error;
|
||
|
}
|
||
|
|