https://github.com/ryu1kn/sandbox--pony
https://github.com/ryu1kn/sandbox--pony
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryu1kn/sandbox--pony
- Owner: ryu1kn
- Created: 2020-07-09T12:35:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T04:29:21.000Z (almost 6 years ago)
- Last Synced: 2026-01-19T21:10:00.761Z (5 months ago)
- Language: Pony
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sandbox Pony
Going through: https://tutorial.ponylang.io/
## Usage
Go to individual directories and compile and run.
```sh
cd hello-world
ponyc --bin-name app
./app
```