dotfiles/manjaro/arch_custom/main (1).py

7 lines
89 B
Python

def main():
print("Hello from arch-custom!")
if __name__ == "__main__":
main()