Move files from wrong dir

This commit is contained in:
Victor Olin 2023-03-27 16:10:44 +02:00
parent 35b2aa4a2f
commit 3e9ed4e16b
2 changed files with 0 additions and 6 deletions

View file

@ -1,6 +0,0 @@
#include <iostream>
int main() {
std::cout << "i am garbage";
return 0;
}