Task18: README + bash 1st part

This commit is contained in:
2021-07-14 15:37:33 +02:00
parent b4d77dca63
commit 059d45dd4c
5 changed files with 591 additions and 0 deletions

2
day18/TEST.txt Normal file
View File

@@ -0,0 +1,2 @@
1 + 2 * 3 + 4 * 5 + 6
1 + (2 * 3) + (4 * (5 + 6))