Hello World
Hello World
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}
As my first algorithm teacher used to say: “Hello World is the first step!”
Fullstack developer and Computer Engineering.
Hello World
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}
As my first algorithm teacher used to say: “Hello World is the first step!”