initial commit

This commit is contained in:
2024-05-13 23:13:37 +01:00
commit fd50076850
3 changed files with 51 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
this repo contains implementation of addition, subtraction, and multiplication using only typescript types, results of which are obtained by inferring the type.
[link to my blog](https://kennethnym.com/blog/arithmetics-with-typescript-types)
## why?
i am bored
## future plan
porting doom to the typescript type system, obviously.