Hello,World
本文最后更新于:February 19, 2021 pm
Hello, World
我之前的博客在arch滚崩后源码不在了,所以重新搭建了我的博客 😦
The source code of my previous blog was gone after my ArchLinux crashed, so I rebuilt it 😦
#!/usr/bin/python
# test python code
def __main__():
for x in range(99):
print('Hello, world !')
return 0
if __name__ == '__main__':
__main__()
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!