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 8 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

449 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week August September October November December January February March April May June July August
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/avito-test and 1 other repository
Loading A graph representing icoder-new's contributions from August 18, 2024 to August 20, 2025. The contributions are 99% commits, 1% pull requests, 0% issues, 0% code review.   Code review   Issues 1% Pull requests 99% Commits

Contribution activity

August 2025

icoder-new has no activity yet for this period.
Loading