package main
import "fmt"
type Explorer struct {
Name string
Role string
LanguageSpoken []string
Learning string
FunFact string
}
func (e *Explorer) SayHi() {
fmt.Println("Thanks for dropping by, hope you find some of my work interesting.")
}
func main() {
me := Explorer{
Name: "Gaurav Singh",
Role: "Backend developer in Go and Nodejs",
LanguageSpoken: []string{"hn_In", "en_US"},
Learning: "Server security",
FunFact: "I'm a Stoic",
}
me.SayHi()
}
On my way 💪🏻
- Wisdom
-
06:37
(UTC +11:00) - https://euclidstellar.vercel.app
- in/gaurav-singh-🚀-637686213
- https://www.stellerx.wordpress.com
Highlights
- Pro
Pinned Loading
-
Team-Management-App
Team-Management-App PublicA Flutter team management app that can be used for multiple purpose of managing workflow between teams to make it efficient : web version below
-
Sepentia-ChessEngine
Sepentia-ChessEngine PublicSepentia - a chess engine coded in python that uses alphabeta/negamax and transposition table with better move ordering to achieve an ELO of 1500 at depth 4. Inspired a lil from a lot of chess engi…
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.