4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/bash
|
|
cat full_input | ./Day1_first.lua
|
|
cat full_input | ./Day2_second.lua
|