11 lines
80 B
Go
Raw Permalink Normal View History

2025-01-02 17:24:28 +01:00
package main
import (
"fmt"
)
func main(){
fmt.Println("hello world :D")
}