samples and html fix

This commit is contained in:
NikVolf
2017-04-12 16:03:06 +03:00
parent 08ac853719
commit a0f5f59bc0
3 changed files with 16 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
int call(int x) {
return 2 * x;
}