Skip to content

Commit

Permalink
Added my first contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakBorude committed Oct 30, 2024
1 parent 80d3d7d commit 5dee24c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "hello_world_SarthakBorude",
"request": "launch",
"mainClass": "hello_world_SarthakBorude",
"projectName": "hacktoberfest_ef5b2562"
},
{
"name": "C/C++ Runner: Debug Session",
"type": "lldb",
Expand Down
9 changes: 9 additions & 0 deletions scripts/hello_world_SarthakBorude.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**
* hello_world_SarthakBorude
*/
public class hello_world_SarthakBorude {

public static void main(String[] args) {
System.out.println("hello world ! enjoing this XD");
}
}

0 comments on commit 5dee24c

Please sign in to comment.