move to src/

This commit is contained in:
2026-01-22 22:00:44 -07:00
parent ae9928870e
commit a2a31d3feb
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from resume!")
if __name__ == "__main__":
main()