# Assembly Project Demonstration - Factorial with Recursion
Demonstrate how functoin calls work in assembly by using
a factorial recursion example.
## Build
```bash
docker build -t asm .
```
## Run
```bash
docker run asm
```
Reference in new issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.