mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
6 lines
76 B
C++
6 lines
76 B
C++
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
auto a = 1 + 2;
|
||
|
return 0;
|
||
|
}
|