Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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");
}
}