Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 797 Bytes

Java Learning Journey 🚀

Welcome to my Java Learning Journey! This repository contains all my in-class notes and homework assignments for AP-CSA.

Setup and Run 🛠️

  1. Ensure you have Java installed:

    java -version
    
  2. Clone the repository:

    bash

    git clone https://github.com/caseybarajas/Java-Course.git
    
  3. Navigate to the directory:

    bash

    cd Java-Course
    
  4. Compile and run a Java file (e.g., Basics.java):

    bash

    javac Basics.java
    java Basics
    

Contributing 🤝

While this repository is primarily for my personal learning, any suggestions, feedback, or corrections are welcome! Feel free to open an issue or create a pull request.

This project is open-source and available under the MIT License.

Made with ❤️ by KC