8000 GitHub - UtpalCoding/UtpalCoding at 6c25435078183a76d7f236ffea183b2913405b84
[go: up one dir, main page]

Skip to content

UtpalCoding/UtpalCoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

LANGUAGE

C C# JavaScript Python Markdown Kotlin Rust Swift

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"," singing"}
  
  fmt.Println(me)
}

About

my profile readme file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0