package de.sno0wfl4ke.aboutme
class Sno0wFl4ke {
val name = "Philip"
val age = 20
val occupation = Occupation("[AI] Student", "RUB")
val origin = Countries.GERMANY
val languages = listOf(Languages.GERMAN, Languages.ENGLISH, Languages.FRENCH, Languages.NORWEGIAN)
val interests = listOf("Coding", "Illustration", "Biology", "Music", "Cooking")
fun getProgrammingLanguages() : List<String> {
return listOf("Kotlin", "Java", "Python", "SwiftUI", "GoLang")
}
fun getInTouch() : Contact {
return Contact(
Discord("sno0wfl4ke"),
Mail("[email protected]"),
Twitter("@meSno0wFl4ke")
)
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Config files for my GitHub profile.
Sno0wFl4ke/Sno0wFl4ke
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Config files for my GitHub profile.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published