-- Personal contact details contactMe :: (String, String, String) contactMe _ = (discord, telegram, mail) where discord = "NaN" telegram = "NaN" mail = "icy-thought@proton.me" -- My life experiences lifeXP :: ([String], [String], Int) lifeXP _ = (nativeLang, nationalities, age) where nativeLang = ["عربي", "English", "Svenska"] nationality = ["Swedish"] age = 25 -- Set of skills which I have attained during my stay on this planet skillSet :: ([(String, [String])], [String], [String]) skillSet _ = (progLang, interests, editors) where editors = ["Emacs", "Neovim"] interests = ["Mathematics", "Science", "CompSci"] progLang = [ ("Advanced", [""]) , ("Intermediate", ["Nix", "Lua", "Python", "Rust"]) , ("Beginner", ["C", "Emacs-Lisp", "Haskell"]) ]
Haruko Icy-Thought
🎭
Pinned Loading
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.