7 lines
110 B
Python
Raw Normal View History

def main():
print("Hello from malformed-pyproject-toml-project!")
if __name__ == "__main__":
main()