diff options
Diffstat (limited to 'src/assets/projects/03-brainfucked.md')
-rw-r--r-- | src/assets/projects/03-brainfucked.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets/projects/03-brainfucked.md b/src/assets/projects/03-brainfucked.md index f45c157..e8ffb5e 100644 --- a/src/assets/projects/03-brainfucked.md +++ b/src/assets/projects/03-brainfucked.md @@ -7,4 +7,4 @@ brainfucked is a brainfuck dialect that makes you manage your memory manually! The original interpreter gives you a tape of 30,000 cells, while i only give you as much as a pointer takes up on your system: 4 or 8 depending if your on a 32bit or 64bit system. You can than allocate a new tape and then use that! Also brainfucked is tuing complete proven by -this amzing [proof](/blog/writeup?name=proof.md) that my friend [trimill](https://trimill.xyz) made. +this amzing [proof](/blog/writeup/brainfucked) that my friend [trimill](https://trimill.xyz) made. |