Sfoglia il codice sorgente

Add readme

pull/1/head
mtardy 4 anni fa
parent
commit
fb5c56fb7b
1 ha cambiato i file con 26 aggiunte e 0 eliminazioni
  1. +26
    -0
      README.md

+ 26
- 0
README.md Vedi File

@ -0,0 +1,26 @@
# Basic calculator
## Requirements
Please install peg/leg manually or with Homebrew:
```bash
$ brew install peg
```
## Build
```bash
$ make
```
## Usage
```bash
$ echo "2+3" | ./calc
```
## Test
```bash
$ ./test.sh
```

Caricamento…
Annulla
Salva