SOPHIE>


(defpackage

:social

)
(in-package :social)

#|
I have no social life, so no idea why this even is here.
|#

(defvar *friends* '())

#|
But I guess if you want some ways to reach me, here are some:
|#

(defvar *socials* '(:linkedin "https://www.linkedin.com/in/sofie-kasparova/"
                    :youtube "https://www.youtube.com/@NuparusProgramming"
                    :github "https://github.com/Zophka"
                    :curseforge "https://www.curseforge.com/members/sophka"
                    :discord "https://discordapp.com/users/Sophka"
                    :email "sofie.kasparova@sophka.net"))