Skip to content

Commit

Permalink
Update IntroAssignment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-Dixit22 committed Sep 15, 2023
1 parent c451388 commit 9e3f9c2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions IntroAssignment.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
public class IntroAssignment

System.out.print("Hello World!");
public class IntroAssignment{
public static void main(String arg[]){
System.out.print("Hello World");
}
}

0 comments on commit 9e3f9c2

Please sign in to comment.