mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 11:26:25 +02:00
6 lines
48 B
C++
6 lines
48 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|