Star
0
Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
项目讨论
Wiki
项目成员
5
分析
项目设置
Star
0
Fork
0
master
competitive-programming
/
hackerrank
/
python
/
py-hello-world.py
下载
A
Alfredo Beaumont
[ci] Add shebang and execution permission to Python2 solutions.
0a2021db
创建于
2018年3月19日
历史提交
#!/usr/bin/env python2
# https://www.hackerrank.com/challenges/py-hello-world
print
(
"Hello, World!"
)