Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View MuzakyGood's full-sized avatar
😎
Keep learning
😎
Keep learning

Block or report MuzakyGood

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MuzakyGood/README.md

👋 Welcome to my GitHub!

Hi, I'm Zach Noland!
I'm a Software Developer — I love to code and explore new technologies.

👨‍💻 About Me

           I'm passionate about software development and always eager to learn more. I enjoy working with a variety of languages and solving real-world problems through code. I have a hobby of making games from scratch using C and C++. I'm also deeply interested in low-level programming concepts such as memory stack management, hexadecimal operations, and CPU registers.

Linux Windows

💻 Programming Languages I Use

HTML CSS JavaScript Node.js Python Java C C++ Assembly

📦 Introduction (C++ Version)

class Zach_Noland {
  private:
      std::string Languages[9] = {
      "HTML", "CSS", "JavaScript", "Node.js",
      "Python", "Java", "C", "C++", "Assembly"};
      
  public:
      void ShowProgramingLanguage() {
          std::cout << "Programming Languages I Use: " << std::endl;
          for (int i = 0; i < this->Languages[8].length(); i++) {
                std::cout << i+1 << "." << Languages[i] << std::endl;
          }
      }
};

📈🐍 Statistic Repository Progress

Top Languages

snake eating my contributions

🙏 Thanks for Visiting!

📦Feel free to check out my repositories and connect with me. Have a great day!📦

📝Is written in : August 08, 2025 | 21:00 📝


Profile by Zach Noland in 2025

Pinned Loading

  1. software_devcpp software_devcpp Public

    Repositori ini berisi bahasa pemrograman C++ Dasar

    C++ 2

  2. SkyboxLib SkyboxLib Public

    A.P.I Skybox for Raylib C/C++

    Makefile 7