An open API service indexing awesome lists of open source software.

https://github.com/stackdoubleflow/stack_bad


https://github.com/stackdoubleflow/stack_bad

Last synced: about 1 year ago
JSON representation

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
```