Skip to content

Programming-M30299/week-15-dart-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code from Week 15

A repository containing the examples from the worksheet and lecture.

Contents

  • lect15.dart - Code from the lecture.
  • pract15.dart - Code from the worksheet.
  • pizza.dart - A simple Dart program for ordering pizzas.
  • README.md - This file.
  • .gitignore - A file telling git to ignore certain files. You do not need to worry about this file for now.

Running the code

Navigate to the directory containing the code with the cd command, see below for an example. For more information, refer to these step-by-step instructions.

cd ~/Documents/dartProgramming/week-15-dart-code

Then, run the code with the dart command, for example:

dart pract15.dart

About

A repository containing the examples from week 15.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages