Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 201 Bytes

hello-world.md

File metadata and controls

10 lines (9 loc) · 201 Bytes
title description author tags
Hello, World!
Prints Hello, World! to the terminal.
James-Beans
printing,hello-world
print("Hello, World!") # Prints Hello, World! to the terminal.