Add more information to readme

This commit is contained in:
Ivan R. 2022-11-17 17:03:36 +05:00
parent 3b34f9a82a
commit 2d67ddb493
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -1,3 +1,20 @@
# Leetcode # Leetcode
My solutions - [My profile](https://leetcode.com/ordinary-dev/)
## How to run solutions
For programs written in C:
```
cd problems/random-problem
make
make run
```
## Solution structure
For programs written in C:
- `lib.c` - the solution itself
- `main.c` - tests