1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

Dockerfile fixed. Example fixed.

This commit is contained in:
Jacob Eberhardt 2017-10-23 16:02:46 +02:00
parent b6bca81863
commit 72826f05ca
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ FROM ubuntu:14.04
MAINTAINER JacobEberhardt <jacob.eberhardt@tu-berlin.de>, Dennis Kuhnert <dennis.kuhnert@campus.tu-berlin.de>
ARG libsnarkcommit=master
ARG libsnarkcommit=deprecated-master
WORKDIR /root

View file

@ -1,5 +1,5 @@
// only using add, no need to flatten
def main(a):
def main(a, b, c):
b = a + 5
c = a + b + a + 4
d = a + c + a + b