From a1d3ca499937d211fd42ef888396bd0bac6d476a Mon Sep 17 00:00:00 2001 From: Ilya Pantsir <42717485+wetHands04@users.noreply.github.com> Date: Sun, 8 Mar 2020 11:14:33 +0200 Subject: [PATCH] Added BigInt calculator implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3d9327..672f3a5 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ * [**C**: _The very basics of a terminal emulator_](https://www.uninformativ.de/blog/postings/2018-02-24/0/POSTING-en.html) * [**C**: _Write a System Call_](https://brennan.io/2016/11/14/kernel-dev-ep3/) * [**C**: _Sol - An MQTT broker from scratch_](https://codepr.github.io/posts/sol-mqtt-broker) +* [**C**: Write BigInt calculator in C ](https://www.hanshq.net/bigint.html) * [**C++**: _Build your own VR headset for $100_](https://github.com/relativty/Relativ) * [**C++**: _How X Window Managers work and how to write one_](https://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i.html) * [**C++**: _Writing a Linux Debugger_](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/)