commit from Arch

This commit is contained in:
2026-09-07 21:01:20 -04:00
parent 1bae4e44b0
commit 8a6d0f9113
2 changed files with 1 additions and 20 deletions
-19
View File
@@ -1,19 +0,0 @@
package main
import (
"fmt"
)
const name = "Sara"
love := "Kahlousha"
number := 43900900
func main() {
const world = "Mykids"
fmt.Println("Hello,", world)
fmt.Println("I love ", name)
}