A repository containing the examples from the worksheet and lecture.
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.
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