This repository provides a simple template with Java
starter code. You can create your own copy by clicking Use This Template
whenever you need to start a new Java program. For unit notes, project instructions, and helpful resources, refer to our course website: 📖 JavaDocs
⚠️ DO NOT modify the following files:.devcontainer
,.vscode
- Click the green
<> Code
button in the top right area above the list of files - Select the
Codespaces
tab and clickOpen new Codespace on main
- Wait for the Codespace to setup (it will take some time because VSCode extensions are being installed)
- After the extensions load, you can open
Main.java
from the File Explorer menu on the left, and now you're ready to code! - Always make sure to
commit changes
before closing a Codespace!