Skip to content

Commit

Permalink
C3SC-22 i implemented hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-z7 committed Nov 16, 2024
1 parent 8f1d701 commit e8a9ce3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Hello.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class Hello {
public static void main(String[] args) {
System.out.println("hello world");
}
}

0 comments on commit e8a9ce3

Please sign in to comment.