Skip to content

Quick math practice for signed (+-) arithmetic for my son. Gives a negative or positive single digit add or subtract math expression and waits for answer, and again.

License

Notifications You must be signed in to change notification settings

DLotts/rust-math-drill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Math Drill

Give your 12 year-old a step up on his friends. Let him or her grok negative addition and subtraction! Then, when they get a little older and learn Rust programming, they can tweak this to do whatever new math that needs practice!

Runs in terminal mode (run -> cmd, powershell, bash)

Written in Rust for blazing speed, cross platform, and reliablility.

Demonstration: Control-C to end. (like it was meant to be.)

$> target/debug/mathdrill.exe
1: 9 - (-6) = 15
Correct
2: 4 - (-9) = -6
   = 13
3: 1 - 7 = -6
Correct
4: -1 - (-4) = -5
   = 3
5: 6 - (-2) = 4
   = 8
6: 6 - 7 =   ^C

Send me your updates/pull request! (or let your 13 year-old do it as their first contribution to open source!)

About

Quick math practice for signed (+-) arithmetic for my son. Gives a negative or positive single digit add or subtract math expression and waits for answer, and again.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages