Skip to content
View dehobitto's full-sized avatar
🥷
🥷

Block or report dehobitto

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dehobitto/README.md

Hello there, I'm Alex!

Cat typing GIF

Backend Developer | Software Engineering Student at KPI


image About Me

package main

import "fmt"

type Developer struct {
    Name         string
    Role         string
    Hobbies      []string
    FunFact      string
}

func main() {
    alex := Developer{
        Name:         "Alex",
        Role:         "Backend Developer",
        Hobbies:      []string{"Long-distance walking", "Story-driven RPGs", "Any music that sounds good"},
        FunFact:      "I spent 20 minutes trying to write this exact line",
    }
    fmt.Printf("%+v\n", alex)
}

Pinned Loading

  1. GenesisEducationKyiv/software-engineering-school-6-0-dehobitto GenesisEducationKyiv/software-engineering-school-6-0-dehobitto Public

    software-engineering-school-6-0-dehobitto created by GitHub Classroom

    Go 1

  2. DeepData DeepData Public

    A C# tool for steganography

    C# 2