@@ -8,3 +8,4 @@ units
*.lps
*.js
*.o
+*.wasm
@@ -1,4 +1,4 @@
-program HelloWorld;
+program sums;
Var
A,B,C : Integer;