fix call update

This commit is contained in:
NikVolf
2017-04-12 18:44:03 +03:00
parent 96e6073006
commit d8626454bc
3 changed files with 19 additions and 11 deletions
-3
View File
@@ -1,3 +0,0 @@
int call(int x) {
return 2 * x;
}