Skip to content

Commit

Permalink
Modifica codice
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioSirocchi committed Mar 17, 2019
1 parent 5973801 commit 7172734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelloIngegneria/src/HelloIngegneria.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
public class HelloIngegneria {

public static void main(String[] args) {
String nome="Claudio";
String nome="Claudio"; //inserisci il tuo nome fra le virgolette
System.out.println("Hello Ingegneria I'm "+nome+"!");
}

Expand Down

0 comments on commit 7172734

Please sign in to comment.