Skip to content

Commit

Permalink
Added Hello World Script in Python
Browse files Browse the repository at this point in the history
  • Loading branch information
sam14243 committed Oct 16, 2024
1 parent 80d3d7d commit db776d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/hello_world_sam14243.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# LANGUAGE: Python
# AUTHOR: Anantha Murthy S
# GITHUB: https://github.com/sam14243

# Simple program to print hello world
print("Hello World!")

0 comments on commit db776d6

Please sign in to comment.