Skip to content

EuclidStellar/EuclidStellar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

69 Commits
Β 
Β 

Repository files navigation

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()
}

Open Source Love

🌐 Socials:

Discord Instagram LinkedIn Medium Twitter website

πŸ’» Tech Stack:

C++ Go Dart Python Vercel Flutter ANDROID SASS MySQL NumPy

Medium

πŸ“Š Leetcode Stats:

πŸ“ Activity Graph

Dashboard stats of @EuclidStellar

About

Tyler is an abbreviation of Euclid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •