Update old demos

This commit is contained in:
Ginger Bill
2017-06-21 21:20:26 +01:00
parent 264ca00db7
commit 53075e2570
10 changed files with 428 additions and 432 deletions
+2 -1
View File
@@ -16,5 +16,6 @@ proc main() {
}
}
fmt.printf("The program \"%s\" calculates the value %d\n", program, accumulator);
fmt.printf("The program \"%s\" calculates the value %d\n",
program, accumulator);
}