mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-19 03:20:55 +00:00
7 lines
97 B
C++
7 lines
97 B
C++
#include <string>
|
|
int main(int argc, char* argv[])
|
|
{
|
|
unsigned int x=0;
|
|
return x;
|
|
}
|