10 lines
188 B
Markdown
10 lines
188 B
Markdown
## ~~Program that draws a line on a grid in C 😳😳😳~~
|
|
## Program that shows a ~~line~~ cube falling due to gravity 🤯🤯🤯
|
|
|
|
## Compile and run
|
|
```sh
|
|
make
|
|
cd bin
|
|
./graphics
|
|
```
|