Skip to content

Commit

Permalink
Update hola.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-ceballos authored Mar 9, 2024
1 parent cad08f0 commit 60f1913
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hola.py
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
print("hola mundo")
import os

def main():
nombre = os.getenv("USERNAME")
print(f"¡Hola, {nombre} desde GitHub!")


if __name__ == "__main__":
main()

0 comments on commit 60f1913

Please sign in to comment.