Skip to content

Commit

Permalink
Merge pull request #2 from vamus092/vamus092-patch-2
Browse files Browse the repository at this point in the history
Create HELLO WORLD SUVAM.java
  • Loading branch information
vamus092 authored Oct 25, 2024
2 parents 8056d8c + 8bc449b commit 41ead32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/HELLO WORLD SUVAM.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class helloWOrld
{
public static void main(String args[])
{
System.out.println("HELLO WORLD!!");
}
}

0 comments on commit 41ead32

Please sign in to comment.