Hello, world!

This commit is contained in:
2025-05-20 19:20:16 -05:00
parent ff502854ed
commit bdf7ea85d3
3 changed files with 99 additions and 0 deletions

5
programs/hello.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
print("Hello, world\n")
}