https://github.com/stackdoubleflow/stack_bad
https://github.com/stackdoubleflow/stack_bad
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackdoubleflow/stack_bad
- Owner: StackDoubleFlow
- License: mit
- Created: 2021-08-15T03:49:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T05:09:09.000Z (over 2 years ago)
- Last Synced: 2025-03-28T07:03:59.450Z (over 1 year ago)
- Language: Rust
- Size: 44.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stack_bad
## Compiling the examples
```bash
stack_bad examples/stack_bad.sb
# Invoke the linker
gcc examples/stack_bad.o -o stack_bad
./stack_bad
```