mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-21 03:57:04 +02:00
6 lines
66 B
C++
6 lines
66 B
C++
#include <iostream>
|
|
|
|
int main(int,char *[])
|
|
{
|
|
return 0;
|
|
}
|