1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-05 14:27:51 +02:00

Fix branching example

Was only wrong in the Java code, assembly code seems fine.
This commit is contained in:
xnumad
2023-03-24 21:35:30 +01:00
committed by GitHub
parent d7356d4b39
commit f1a149c860

View File

@@ -186,6 +186,7 @@ gateways and routers.
# else # else
# max = c; # max = c;
# else # else
# if (b > c)
# max = b; # max = b;
# else # else
# max = c; # max = c;