mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-28 13:44:02 +08:00
7 lines
81 B
C++
7 lines
81 B
C++
|
#include <list>
|
||
|
int main(int, char*[])
|
||
|
{
|
||
|
std::list<int>();
|
||
|
return 0;
|
||
|
}
|