Skip to content
View bobbyskywalker's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report bobbyskywalker

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
bobbyskywalker/README.md

About Me πŸ€“

package main

import "fmt"

type bobbyskywalker struct{}

func (b bobbyskywalker) introduce() {
	fmt.Println("Hi there πŸ‘‹ I'm Olek!")
	fmt.Println("I'm a Software Developer from Poland currently studying at 42 Warsaw πŸ‡΅πŸ‡±πŸŽ“")
}

func (b bobbyskywalker) listLanguages() {
	fmt.Println("πŸ’» I code in: C, C++, Go, Java & Python)
}

func (b bobbyskywalker) showHobbies() {
	fmt.Println("🎯 When I'm not coding, I'm probably during a flight, gaming or playing basketball!")
}

func (b bobbyskywalker) funFact() {
	fmt.Println("πŸ’‘ Fun fact: my cat hates me for debugging stuff out loud lol")
}

func main() {
	me := bobbyskywalker{}
	me.introduce()
	me.listLanguages()
	me.showHobbies()
	me.funFact()
}

πŸ‘¨β€πŸ’» Want to connect?

LinkedIn: https://www.linkedin.com/in/aleksander-garbacz-6495522a4/

Pinned Loading

  1. euroleague_api euroleague_api Public

    REST API & data visualization for basketball Euroleague teams' and players' stats

    Python 3 1

  2. Jzackiewicz/42-miniRT Jzackiewicz/42-miniRT Public

    Generating images using RayTracing

    C 1

  3. easy_wallet easy_wallet Public

    ETH Global Prague Hackathon project

    TypeScript 2

  4. itsYakub/42-ft_irc itsYakub/42-ft_irc Public

    Internet Relay Chat

    C++ 1

  5. miniGoStore miniGoStore Public

    Lightweight Go-based in-memory key–value store with TTL support and a custom TCP protocol.

    Go

  6. swingy swingy Public

    A GUI & console text-based RPG

    Java