Skip to content

Instantly share code, notes, and snippets.

@jfabrix101
Last active December 11, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfabrix101/4613408 to your computer and use it in GitHub Desktop.
Save jfabrix101/4613408 to your computer and use it in GitHub Desktop.
Esempio di classe x l'inserimento del testo all'interno del blog
public class Esempio {
private int i = 0;
private static String s = "Ciao Mondo";
public static void main(String[] args) {
System.out.println(s);
return;
}
}
@jfabrix101
Copy link
Author

Questo è il commento alla classe.
Questa classe è volutamente stupida per mostrare le potenzialità dell'editor di gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment