A stupid Superhero physics calculator written in D
Find a file
Jonathan Harker d569d86790 Add a README
2021-03-03 12:58:25 +13:00
source Initial commit 2021-03-03 12:46:25 +13:00
.gitignore Initial commit 2021-03-03 12:46:25 +13:00
dub.json Initial commit 2021-03-03 12:46:25 +13:00
dub.selections.json Initial commit 2021-03-03 12:46:25 +13:00
README.md Add a README 2021-03-03 12:58:25 +13:00

Stupid Superhero Physics calculator

A stupid physics calculator for superheroes, written in D. This is just an exercise for using some std library bits, and quantities for fiddling with units.

Install D and run it

First install D, and then use dub to pull in dependencies, compile and run:

dub build
dub run