Skip to content
View icoder-new's full-sized avatar
:shipit:
Mr Gopher
:shipit:
Mr Gopher

Organizations

@stellify-org

Block or report icoder-new

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
icoder-new/README.md

Hi I'm Gadoev Ehson

package icoder-new

import "fmt"

type Programmer interface {
	Eat()
	Code()
	Sleep()
}

type Gopher struct {
	name string
}

func NewGopher(name string) *Gopher {
	return &Gopher{name: name}
}

func (g *Gopher) Eat() {
	fmt.Printf("%s is eating...\n", g.name)
}

func (g *Gopher) Code() {
	fmt.Printf("%s is coding...\n", g.name)
}

func (g *Gopher) Sleep() {
	fmt.Printf("%s is sleeping...\n", g.name)
}

func Run() {
	gopher := NewGopher("Ehson")
	var programmer Programmer = gopher
	programmer.Eat()
	programmer.Code()
	programmer.Sleep()
}

Languages & Tools

Postgres SQLite Heroku GitHub Goland Visual Studio Code HTML5 Python JavaScript Shell Script

BTW, I use windows

Top Languages

Pinned Loading

  1. Rita Public

    Forked from awtb/Rita

    Just programming language, created fully from scratch for learning compilers.

    C++ 1

  2. goBomber Public

    goBomber is a simple SMS bombing tool written in Go.

    Go 6 1

  3. antiDdos Public

    copy

    Go 2

  4. brainfuck Public

    Simple interpreter brainfuck on Cpp! And bf2c (brainfuck to C converter) on C!

    C 1

  5. installment-cli Public

    Test task from Alif Bank

    Go

447 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week July August September October November December January February March April May June
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to icoder-new/order_api, icoder-new/avito-shop, icoder-new/installment-cli and 2 other repositories
Loading A graph representing icoder-new's contributions from June 30, 2024 to July 06, 2025. The contributions are 99% commits, 1% pull requests, 0% issues, 0% code review.

Contribution activity

July 2025

Created 8 commits in 1 repository
Created 1 repository
Loading