1
0
Fork 0
mirror of https://github.com/Brandon-Rozek/website.git synced 2025-04-10 23:46:56 +00:00

Updating example

This commit is contained in:
Brandon Rozek 2022-02-23 12:16:12 -05:00
parent e1895df796
commit 08bf1f6e88

View file

@ -21,7 +21,7 @@ x = x + 5;
{ }
y = 2 * y;
{ }
if (x < 12) {
if (x > 12) {
y = -x;
{ }
} else {