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

https://github.com/ryu1kn/sandbox--pony


https://github.com/ryu1kn/sandbox--pony

Last synced: 4 months ago
JSON representation

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