ganeshkamath89
commited on
Commit
•
f6a238b
1
Parent(s):
54ecd8a
This file prints hello world on the console.
Browse filesThis file contains just 1 line which can be used to show that a proper python file can be committed into Git via Hugging Face.
- helloWorld.py +1 -0
helloWorld.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
print("hello world")
|