mil merdertes

This commit is contained in:
2025-07-21 13:18:43 +02:00
parent 296ef1e709
commit ea5cedfd26
36 changed files with 94 additions and 76 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
SOURCEPATH=../source/
for i in "$SOURCEPATH"/*.cpp
do
include-what-you-use -D DEBUG -std=c++20 -Wall "$i"
read -r -p "Presiona cualquier tecla para continuar..."
clear
done