Inspiration

youtube peoples

What it does

hello world

How we built it

with go

Challenges we ran into

installing go

Accomplishments that we're proud of

yeah

What we learned

go

What's next for go(Learn a New Programming language)

voice to text Code block package greetings

import "fmt"

// Hello returns a greeting for the named person. func Hello(name string) string { // Return a greeting that embeds the name in a message. message := fmt.Sprintf("Hi, %v. Welcome!", name) return message }

Built With

Share this project:

Updates