Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Last active January 13, 2020 04:51
Show Gist options
  • Save uncoded-ro/c9a931187878003e02fa2bbabe528320 to your computer and use it in GitHub Desktop.
Save uncoded-ro/c9a931187878003e02fa2bbabe528320 to your computer and use it in GitHub Desktop.
// Aplicatia BunaJava - exemplu comentariu pe o linie
class BunaJava {
public static void main(String[] args) {
// Afisare mesaj de bun venit
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