new_blog/projects/small-echo.md
2025-07-10 16:31:43 -04:00

11 lines
310 B
Markdown

# Small echo
## The what
This was a project made for fun in highschool where I made a bunch of programs which read from stdin and output to stdout in various programming languages.
The reason this is of note is because one of those languages was assembly.
## What was learned
Linux syscalls/x86 assembly.