Skip to content
View Sombrer0Dev's full-sized avatar

Block or report Sombrer0Dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Sombrer0Dev/README.md

Hi there ๐Ÿ‘‹

package main

import "fmt"

type SoftwareDeveloper struct {
	Name string
	Role string
	Languages []string
	Company string
}

func (s *SoftwareDeveloper) HelloWorld(){
	fmt.Printf(`
		Thanks for dropping by, My name is %s and
		I'm currently employed as %s at %s.
		`, s.Name, s.Role, s.Company)
}

func main() {
	s := SoftwareDeveloper{
		Name: "Artem Sokolov",
		Role: "Software Developer",
		Languages: []string{"ru_RU", "en_US"},
		Company: "MTT",
	}
	s.HelloWorld()
}

โš™๏ธ Software Stack

โš’ Languages

My Skills

๐Ÿ”ง Tools

My Skills

๐Ÿ“ Databases

My Skills

Pinned Loading

  1. GoProjects Public

    My golang learning projects

  2. mirea Public

    University tasks

  3. Watch2Gather/server Public

    Go