terminado ej 1

This commit is contained in:
2025-08-12 19:42:18 -03:00
parent 056c46f317
commit 28324651f3
4 changed files with 56 additions and 0 deletions

10
Desarrollo/t1/run.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
echo "Running.."
node main.js <in.txt >out.txt
echo "Running Missing Stdin.."
node main.js >out2.txt
echo "Running Invalid Input"
node main.js <badIn.txt >out3.txt