Skip to content

U7P4L-IN/U7P4L-IN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ANONYMOUS U7P4L


U7P4L-IN

GitHub WidgetBox


MY INFORMATION :

package main

import "fmt"

type Person struct {
  name string
  username string
  age int
  hobbies []string
  job string
}

func main() {
  var me = new(Person)
  
  me.name     = "U7P4L 1N"
  me.username = "U7P4L-IN"
  me.age      = "20"
  me.job      = "AI developer | Web developer"
  me.hobbies  = []string{"code", "anime", "music"," guiterist"," gaming"}
  
  fmt.Println(me)
}

Connect With Me

DiscordYoutube


Spent My Time


Avinal WakaTime Activity


Β 

Spotify



My Language & Skills




πŸ†GitHub Trophies


Github Profile Stats

GitHub language stats

  • Note : Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

πŸ“Š GitHub Profile Stats



Releases

No releases published

Packages

No packages published