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")
|