mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-30 13:41:12 +00:00
Updating example
This commit is contained in:
parent
e1895df796
commit
08bf1f6e88
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ x = x + 5;
|
||||||
{ }
|
{ }
|
||||||
y = 2 * y;
|
y = 2 * y;
|
||||||
{ }
|
{ }
|
||||||
if (x < 12) {
|
if (x > 12) {
|
||||||
y = -x;
|
y = -x;
|
||||||
{ }
|
{ }
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue