package main
import "fmt"
type AboutMe struct {
Pronouns []string
Languages []string
Hobbies []string
RandomQuote string
}
func main() {
libssl := AboutMe{
Pronouns: []string{"He", "Him"},
Languages: []string{"C", "C#", "Java", "Rust", "Go"},
Hobbies: []string{"Coding", "Gaming", "Research", "Monstermaxxing xd"},
RandomQuote: `"Physics is like sex: sure, it may give some practical results, but that’s not why we do it." - Feynman`,
}
fmt.Printf("Pronouns: %v\n", libssl.Pronouns)
fmt.Printf("Languages I Know: %v\n", libssl.Languages)
fmt.Printf("My Hobbies: %v\n", libssl.Hobbies)
fmt.Printf("Random Quote: %s\n", libssl.RandomQuote)
}
I may be slow to respond.
If truths are cruel, Then lies must be kind.
Popular repositories Loading
-
-
AlbinoClient
AlbinoClient PublicForked from FalconClient/FalconClient
یک کلاینت پی وی پی برای پلیر های ایرانی :) نسخه 1.8
Java 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
