https://github.com/avanov/zvoni
ATS experiment
https://github.com/avanov/zvoni
Last synced: about 1 year ago
JSON representation
ATS experiment
- Host: GitHub
- URL: https://github.com/avanov/zvoni
- Owner: avanov
- License: mit
- Created: 2020-05-31T02:20:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T19:10:32.000Z (about 6 years ago)
- Last Synced: 2024-10-06T06:04:21.841Z (over 1 year ago)
- Language: Nix
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ATS2 experiment
===============
# Environment
To bootstrap a dev environment, call
```bash
nix-shell
```
# Compiling example
```
make all
make run
```