diff options
author | mjfernez <mjfernez@gmail.com> | 2021-10-12 20:18:28 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-10-12 20:18:28 -0400 |
commit | 3cf128d6da667d00bb5bb659413ea55a98a02aff (patch) | |
tree | 12eb90997dfa63d65fe6da714626271272342320 /README.md | |
parent | 009ce017d99a8deb2089438381c273e8f3ea3b67 (diff) | |
download | Project_Euler_Solutions-3cf128d6da667d00bb5bb659413ea55a98a02aff.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -28,3 +28,10 @@ Please re-write my solutions in another language. Or if you can't, at least go a retype each line, renaming the variables so they make sense to you (I was kind of deliberately cryptic). Or even better, write a prettier solution! Some these are kind of inelegant. They get the job done but... + + +* UPDATE: now with assembly (NASM) examples! +I did cheat a bit by stealing C's printf function since writing numbers can be a pain. +See the Makefile for each example for instructions on how to build. I'm still new to +assembly so the code is not optimized, but I tried to opt for more readability where I +could
\ No newline at end of file |