HelloWorld Example in Go

package main

import “fmt”
import “time”

func main() {
var name string = “Obioku Obotette”

fmt.Println(“Name is”, name)

fmt.Println(“Address of name is”, &name)

fmt.Println(“It is”, time.Now())

add, subtract, multiply, divide := math(6, 8)

fmt.Println(“Results for math function are”, add, subtract, multiply, divide)

--

--

Trying to introduce myself in a new forum with hopeful expectations!

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Obioku Obotette

Trying to introduce myself in a new forum with hopeful expectations!