Explorar o código

Update linkers.md

0xAX %!s(int64=9) %!d(string=hai) anos
pai
achega
4fe66d46e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Misc/linkers.md

+ 1 - 1
Misc/linkers.md

@@ -38,7 +38,7 @@ The `lib.c` file contains:
 
 ```C
 int factorial(int base) {
-	int res = 1, i = 1;
+	int res,i = 1;
 	
 	if (base == 0) {
 		return 1;