ganeshkamath89 commited on
Commit
f6a238b
1 Parent(s): 54ecd8a

This file prints hello world on the console.

Browse files

This file contains just 1 line which can be used to show that a proper python file can be committed into Git via Hugging Face.

Files changed (1) hide show
  1. helloWorld.py +1 -0
helloWorld.py ADDED
@@ -0,0 +1 @@
 
 
1
+ print("hello world")