Some bash cleanup (Day19/part 2)

This commit is contained in:
2021-07-21 19:28:36 +02:00
parent 97cd8bf884
commit 848866c48c
4 changed files with 40 additions and 24 deletions

14
OUTPUT
View File

@@ -429,3 +429,17 @@ ex2.bash : res=20394514442037
ex12-c : res=20394514442037
time: 0:00.00 real, 0.00 user, 0.00 sys
context-switch: 0+1, page-faults: 0+74
=========================================
================= day19 =================
=========================================
+++++++++++++++++ ex1
ex1.bash : res=285
time: 0:00.56 real, 0.55 user, 0.00 sys
context-switch: 12+1, page-faults: 0+5967
+++++++++++++++++ ex2
ex2.bash : res=412
time: 0:03.37 real, 3.34 user, 0.03 sys
context-switch: 19+1, page-faults: 0+11909