Last active
December 11, 2015 14:19
-
-
Save jfabrix101/4613408 to your computer and use it in GitHub Desktop.
Esempio di classe x l'inserimento del testo all'interno del blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Esempio { | |
private int i = 0; | |
private static String s = "Ciao Mondo"; | |
public static void main(String[] args) { | |
System.out.println(s); | |
return; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Questo è il commento alla classe.
Questa classe è volutamente stupida per mostrare le potenzialità dell'editor di gist