c-terminal-3d/test.cpp
Alexander Bass a3a74765c9 C donut
2024-04-22 00:08:05 -04:00

13 lines
109 B
C++

#include <iostream>
using namespace std;
int test() {
return 0;
}
int main() {
cout << test();
}