Skip to content

Commit

Permalink
My firsr pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakteem007 committed Dec 13, 2021
1 parent c49049d commit 7584b5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Name.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class Name {

public static void main(String[] args) {
System.out.println("My name is Rakteem Mullick");
}
}

0 comments on commit 7584b5f

Please sign in to comment.