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

update examples

This commit is contained in:
schaeff 2017-12-15 23:43:29 +01:00
parent 7032e95c8e
commit 1ef90d6fcf

View file

@ -22,7 +22,7 @@ def validateInput(x):
return (x-1)*(x-2)*(x-3)*(x-4)
// variables naming: box'row''column'
def main(a21,b11,b22,c11,c22,d21):
def main(private a21, private b11, private b22, private c11, private c22, private d21):
// validate inputs
0 == validateInput(a11)