Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 604 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 604 Bytes

APCS

WTF?

This is the source code from the 2018-19 Mountain View High School AP Computer Science class.

Repository Structure

  • .idea: Intellij Idea configs
  • .vscode
    • extensions.json: Local repo extensions list
    • launch.json: Local repo debugger configurations
    • settings.json: Local repo settings for vscode
  • Exams: Source code from in-class exams and quizzes (with dates)
  • Labs/LAB NAME: In-class labs
  • [Q1/Q2/Q3/Q4]/[MM][DD][YYYY]: Class lessons with Java files inside
  • APCS.code-workspace: vscode workspace for this repo
  • README.md: Hey, You're here!