Skip to content

Commit c0545ac

Browse files
committed
Commit changes
1 parent 80d3d7d commit c0545ac

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.vscode/launch.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"type": "java",
6+
"name": "Hello_world_jay",
7+
"request": "launch",
8+
"mainClass": "Hello_world_jay",
9+
"projectName": "hacktoberfest_6e2e5e6f"
10+
},
411
{
512
"name": "C/C++ Runner: Debug Session",
613
"type": "lldb",

scripts/hello_world_jayg2309.java

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// LANGUAGE: Java
2+
// AUTHOR: Jay Gondaliya
3+
// GITHUB: https://github.com/jayg2309
4+
5+
public class hello_world_jayg2309
6+
{
7+
public static void main(String args[])
8+
{
9+
System.out.println("Hello World!");
10+
}
11+
}

0 commit comments

Comments
 (0)