JairusSW / JairusSW

My Welcome Page!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

██╗  ██╗███████╗██╗     ██╗      ██████╗    
██║  ██║██╔════╝██║     ██║     ██╔═══██╗   
███████║█████╗  ██║     ██║     ██║   ██║   
██╔══██║██╔══╝  ██║     ██║     ██║   ██║   
██║  ██║███████╗███████╗███████╗╚██████╔╝▄█╗
╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝ ╚═════╝ ╚═╝

▀█▀ ▀ █▄█ ▀▀█ █▀█ ▀█▀ █▀▄ █ █ █▀▀ |█ █ █ █ █▀█ █ █▀▄ █ █ ▀▀█ ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀

NPM GitHub Spotify Instagram Instagram

# Written in my own language, Zep

enum Roles = {
 Principal = 1,
 Teacher = 2,
 Valedictorian = 3,
 Student = 4,
 Honors = 5,
 Dropout = 6
}
 
struct prototype_one = {
 name: "Jairus",
 age: 17,
 education: {
  level: "High School",
  gpa: 3.8
  role: Roles.Honors,
  languages: [
   "Latin",
   "Greek",
   "Spanish",
   "English"
  ]
 },
 traits: {
  personality: {
   type: ["friendly", "easygoing", "thoughtful", "quiet"]
  },
  activities: [
   "mountain biking",
   "hiking",
   "conversing",
   "breathing"
  ]
 }
}

JairusSW

About

My Welcome Page!