compilation/spf.py

12 lines
177 B
Python
Raw Normal View History

2025-03-15 17:16:09 +01:00
# Projet de compilation Umons 2025
# TODO: utiliser argparse
# TODO: utiliser Interpreter de lark
def main():
print("Hello Wordl")
if __name__ == "__main__":
main()