Mass reformat

This commit is contained in:
Imbus 2025-01-11 17:54:29 +01:00
parent c55321e6f1
commit eb41bede5e
7 changed files with 107 additions and 111 deletions

View file

@ -1,5 +1,3 @@
#include <iostream>
int main() {
std::cout << "Template" << std::endl;
}
int main() { std::cout << "Template" << std::endl; }