my-solutions/readme.md

21 lines
269 B
Markdown
Raw Normal View History

2022-11-17 15:09:28 +05:00
# Leetcode
2022-11-17 17:03:36 +05:00
- [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