Open to collabs, freelance, or just saying hi.
package main // open to: freelance · collabs · chats import "fmt" func main() { fmt.Println("hello 👋") // reach me via: email := "iamucil.me@gmail.com" github := "github.com/iamucil" send(email, github) }