| title | Getting Started |
|---|---|
| audience | students |
Welcome to the CS1 starter path.
This guide is intentionally short. Its purpose is to help you begin the sample materials without extra setup burden.
- a working programming environment for your course language
- a way to run a console program
- a text editor or IDE
- Start at the CS1 Starter Path.
- Complete Lab 1 first.
- Move on to Project 1.
- Review the Project 1 Rubric before submitting or sharing your work.
- Run your program often while building it.
- Fix one issue at a time.
- If something breaks, check your input, variable names, and indentation first.
Start with: Lab 1: Input, Output, and Decisions | Return to the CS1 Starter Path.