Add a README
This commit is contained in:
parent
87035de28c
commit
d569d86790
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# 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](https://dlang.org/download.html), and then use dub to pull in
|
||||||
|
dependencies, compile and run:
|
||||||
|
```
|
||||||
|
dub build
|
||||||
|
dub run
|
||||||
|
```
|
||||||
Loading…
Add table
Reference in a new issue