Skip to content

Commit 78b9ca3

Browse files
committed
testing
0 parents  commit 78b9ca3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Helloworld.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello world")

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Testing

workspace.code-workspace

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "..\\Java"
5+
}
6+
]
7+
}

0 commit comments

Comments
 (0)