Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Last active January 13, 2020 04:52
Show Gist options
  • Save uncoded-ro/fad142e7636c5bcef9c56c2d900b48d2 to your computer and use it in GitHub Desktop.
Save uncoded-ro/fad142e7636c5bcef9c56c2d900b48d2 to your computer and use it in GitHub Desktop.
// Aplicatia BunaJava - exemplu comentariu pe mai multe linii
class BunaJava {
public static void main(String[] args) {
/*
* Afisare mesaj de bun venit Este utilizat un flux standard de iesire
*/
System.out.println("Bun venit in lumea Java!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment