Skip to content

Commit 3a908f1

Browse files
feat(.bat): añadiendo archivos por lotes
1 parent 79ee283 commit 3a908f1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Desencriptado/run.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
echo "Compilando y Ejecutando"
2+
cargo b
3+
cargo run

Encriptado/run.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
echo "Compilando y Ejecutando"
2+
cargo b
3+
cargo run

0 commit comments

Comments
 (0)