Skip to content

Commit

Permalink
translated HellowWorld.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBonsi committed Dec 5, 2022
1 parent 830c4a5 commit c49d0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HelloWorld.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class HelloWorld {
public static void main (String[] args) {
System.out.println("Hello World !");
System.out.println("Bonjour Monde!");
}
}
System.out.println("Goodbye !");
System.out.println("Au revoir !");

0 comments on commit c49d0b6

Please sign in to comment.