Skip to content
View Unidentified539's full-sized avatar
🎯
Focusing
🎯
Focusing
  • USA

Block or report Unidentified539

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

Hi There πŸ‘‹ Welcome to my Github Profile

About me

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		""
	}
}

You can reach me at πŸ‘½

Aziel Solomon's DEV Profile Aziel Solomon's Stack Overflow Profile Aziel Solomon's Stack Exchange Profile Aziel Solomon's StackShare Profile Aziel Solomon's  Gitlab Profile Aziel Solomon's YouTube Channel

My stack πŸ‘¨β€πŸ’»

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

Aziel Solomon :: StackShare

GITHUB STATS

Β 

Β 

Β 

Pinned Loading

  1. git-auto-push git-auto-push Public

    This is the sh script I wrote to auto push

    Shell 1

  2. Simple-Bash-Scripts Simple-Bash-Scripts Public

    A collection of bash scripts.

    Shell