Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 954 Bytes

File metadata and controls

31 lines (21 loc) · 954 Bytes
title Getting Started
audience students

Getting Started

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.

What You Need

  • a working programming environment for your course language
  • a way to run a console program
  • a text editor or IDE

How To Work Through This Starter

  1. Start at the CS1 Starter Path.
  2. Complete Lab 1 first.
  3. Move on to Project 1.
  4. Review the Project 1 Rubric before submitting or sharing your work.

Tips

  • 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.