9 lines
122 B
Markdown
9 lines
122 B
Markdown
## Program that draws a line on a grid in C 😳😳😳🤯🤯🤯
|
|
|
|
## Compile and run
|
|
```sh
|
|
make
|
|
cd bin
|
|
./graphics
|
|
```
|