package main
import (
"fmt"
"runtime"
)
var (
name string
course string
module float64
func main() {
fmt.Println("Hello from: ", runtime.GOOS)
}