basics done

This commit is contained in:
2026-03-26 12:14:07 +01:00
commit 016b9edda0
6 changed files with 24 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from siglent-sdg!")
if __name__ == "__main__":
main()