BruceLuo commited on
Commit
fe9903d
·
1 Parent(s): bd18ecf

First to Hugging Face

Browse files
Files changed (1) hide show
  1. hello.py +4 -0
hello.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/usr/bin/python3
2
+
3
+ print("Hello world!")
4
+