Skip to content

Commit

Permalink
Merge pull request #2 from alina-z7/C3SC-22
Browse files Browse the repository at this point in the history
C3SC-22 i implemented hello world
  • Loading branch information
alina-z7 authored Nov 16, 2024
2 parents 2e80942 + e8a9ce3 commit 8068f04
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 8068f04

Please sign in to comment.