Hello World
Hello World
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}
As my first algorithm teacher said "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 said "Hello World is the first step!".