1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 11:26:25 +02:00
Files
uni/ccv/sheet4/main.cpp
Jim Martens 2e157035c6 [CCV] Created skeleton for exercise 4
Signed-off-by: Jim Martens <github@2martens>
2017-05-02 14:53:07 +02:00

6 lines
48 B
C++

#include <iostream>
int main() {
return 0;
}