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 GoProjects Public

    My golang learning projects

  2. mirea mirea Public

    University tasks

  3. Watch2Gather/server Watch2Gather/server Public

    Go