test-img/app/app.py
Ramón Vásquez 046b25cdf0
All checks were successful
multi/pipeline/head This commit looks good
.
2025-10-14 16:03:22 -03:00

6 lines
96 B
Python

def main():
print('I am the main print. Hi, dude!')
if __name__ == '__main__':
main()