Go Programming Language
2024-04-02
Insert Lead paragraph here.
New stuff
very versile
more stuff
package main
import (
"fmt"
)
func main() {
fmt.Printf("This is a simple test!\n")
}
2024-04-02
Insert Lead paragraph here.
very versile
package main
import (
"fmt"
)
func main() {
fmt.Printf("This is a simple test!\n")
}
Tags: #Backend #CLI #Go #Programming #Tools