Go Programming Language
WIP: go is a very simple programming language with a strong standard library and useful features.
package main
import (
"fmt"
)
func main() {
fmt.Printf("This is a simple test!\n")
}
WIP: go is a very simple programming language with a strong standard library and useful features.
package main
import (
"fmt"
)
func main() {
fmt.Printf("This is a simple test!\n")
}