From 2d67ddb493cf873ada8f06bed7b007e34f570468 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Thu, 17 Nov 2022 17:03:36 +0500 Subject: [PATCH] Add more information to readme --- readme.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 55dc3e9..d5f0e3d 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,20 @@ # 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