update README with compile instructions

This commit is contained in:
Ole Morud
2022-06-07 12:40:37 +02:00
parent 12fa471a64
commit a728eae22e

View File

@@ -1 +1,8 @@
Program that draws a line on a grid in C 😳😳😳🤯🤯🤯
## Program that draws a line on a grid in C 😳😳😳🤯🤯🤯
## Compile and run
```sh
make
cd bin
./graphics
```