codeb: testfaelle aus codea
[testub10.git] / codeb / codea_skinner33_10.0
1 method f1(a b c)
2         return (-2 * (b - c)) - a;
3 end;
4
5 method f2(a b c)
6         return (-3 * (b - c)) - a;
7 end;