mirror of
https://gitlab.gwdg.de/j.hahn02/ws-numerik.git
synced 2026-03-01 19:32:42 +01:00
7 lines
88 B
Python
7 lines
88 B
Python
def main():
|
|
print("Hello from ws-numerik!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|