mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-20 19:47:02 +02:00
6 lines
82 B
C++
6 lines
82 B
C++
#include <list>
|
|
int main(int, char*[])
|
|
{
|
|
std::list<int>();
|
|
return 0;
|
|
}
|