def main(): print("Hello from habr-first!") if __name__ == "__main__": main()