/**
 * About Me
 *
 * Hii, I'm a Software Developer Based in Indonesia.
 * I describe myself as a passionate developer who loves coding, open-source, and the web platform ❤️
 *
 */
 
const PERSONAL = {
  name: "Adisusilayasa",
  title: "Full Stack Developer",
  country: "Bali",
  hobbies: [
    "Programming",
    "Eating",
    "Reading",
    // 'Sleeping'
  ],
};
/**
 * About Me
 *
 * Hii, I'm a Software Developer Based in Indonesia.
 * I describe myself as a passionate developer who loves coding, open-source, and the web platform ❤️
 *
 */
 
const PERSONAL = {
  name: "Adisusilayasa",
  title: "Full Stack Developer",
  country: "Bali",
  hobbies: [
    "Programming",
    "Eating",
    "Reading",
    // 'Sleeping'
  ],
};

main