// author: sysevil
typedef struct {
const char *discord;
const char *x;
const char *blog;
} contact;
contact = {
.discord = "sysevil",
.x = "@sys3vil",
.blog = "sysevil.github.io"
};
Popular repositories 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.