diff --git a/Triangles.sh b/Triangles.sh index 3a8980b..befdd5e 100755 --- a/Triangles.sh +++ b/Triangles.sh @@ -11,10 +11,6 @@ printf "\n" if [ $lato == 1 ] then echo "*" -elif [ $lato == 2 ] -then - echo "**" - echo "*" elif [ $lato -lt 1 ] then echo "Lato non valido"