Upload files to 'TaskX01'

This commit is contained in:
Michal Kijowski 2020-10-30 00:26:23 +01:00
parent 9ab9bb5e5d
commit 9f05701ac6
2 changed files with 10 additions and 2 deletions

View File

@ -1,2 +1,10 @@
#!/bin/bash
java -jar TaskA01/run.jar "$@"
#!/usr/bin/python2
import sys
count = 0
for line in sys.stdin:
count += int(line)
print count

Binary file not shown.