mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 17:26:14 +01:00
ingsw: Remove emoji in 02-22 #35
This commit is contained in:
parent
79216ce045
commit
e341a56d78
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ int f(int x) { int y = 0;
|
||||||
|
|
||||||
LOOP: if (abs(x) - y <= 2)
|
LOOP: if (abs(x) - y <= 2)
|
||||||
|
|
||||||
{return Sì ;}
|
{return ;}
|
||||||
|
|
||||||
else {y = y + 1; goto LOOP;}
|
else {y = y + 1; goto LOOP;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue