tg-rcore-tutorial-ch5-basic 0.5.0-preview.2

Standalone reproducible crate for the Chapter 5 basic lab of tg-rcore-tutorial.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
run:
	cargo run

run-exercise:
	cargo run --features exercise

test-base:
	./test.sh base

test-exercise:
	./test.sh exercise

test-all:
	./test.sh all