Skip to content

Commit

Permalink
Merge pull request mouredev#6017 from moguism/patch-1
Browse files Browse the repository at this point in the history
Reto mouredev#47 - Java
  • Loading branch information
kontroldev authored Dec 8, 2023
2 parents a1d1c6a + f6abe09 commit bf92950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void main(String[] args){

} else if(copiaPalabra.charAt(i) == 'Ñ'){

puntos = puntos + puntosLetra;
puntos = puntos + 15;
break;

}
Expand Down

0 comments on commit bf92950

Please sign in to comment.