Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Mar 26, 2021
1 parent 8f626da commit 010db72
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ This project is a Pythonic binding to the Wandbox API, and CLI command.
* [C++](#c)
* [C](#c-1)
* [CPP](#CPP)
* [C#](#CSharp)
* [CoffeeScript](#CoffeeScript)
* [C#](#CSharp)
* [Crystal](#Crystal)
* [D](#D)
* [Elixir](#Elixir)
* [Go](#Go)
Expand Down Expand Up @@ -187,6 +188,15 @@ Include files required for compilation are automatically added to the file list.

[CPP Example](./samples/command/src/cpp)

### CoffeeScript

* wandbox-coffee
(wandbox -l CoffeeScript)

#### CoffeeScript Example

[CoffeeScript Example](./samples/command/src/coffee)

### CSharp

* wandbox-cs
Expand All @@ -196,14 +206,14 @@ Include files required for compilation are automatically added to the file list.

[C# Example](./samples/command/src/csharp)

### CoffeeScript
### Crystal

* wandbox-coffee
(wandbox -l CoffeeScript)
* wandbox-crystal
(wandbox -l Crystal)

#### CoffeeScript Example
#### Crystal Example

[CoffeeScript Example](./samples/command/src/coffee)
[Crystal Example](./samples/command/src/crystal)

### D

Expand Down

0 comments on commit 010db72

Please sign in to comment.