mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05: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;
|
||||
{ }
|
||||
if (x < 12) {
|
||||
if (x > 12) {
|
||||
y = -x;
|
||||
{ }
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue