Starting 2015-12-02

This commit is contained in:
2023-12-04 15:24:46 +01:00
parent 9b06a60ac7
commit 51cfce62e2
3 changed files with 1015 additions and 0 deletions
+1000
View File
File diff suppressed because it is too large Load Diff
+13
View File
@@ -0,0 +1,13 @@
#!/bin/python3
import sys
from pprint import pprint
input_f = sys.argv[1]
result = 0
with open(input_f) as file:
for line in file:
tmp = line.split(x)
print(tmp)
+2
View File
@@ -0,0 +1,2 @@
2x3x4
1x1x10