Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #100 from perl6/add_more_online_repls
Add tio.run and ideone.com to list of online repls
  • Loading branch information
JJ committed Apr 10, 2018
2 parents 6c80881 + 4af9f5a commit 8e53129
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions source/resources/index.html
Expand Up @@ -112,10 +112,12 @@ <h3>Social Media</h3>
</div>
<div class="col-sm-6">
<h3>Practice Online</h3>
<ul class="shy-list">
<li><a href="http://exercism.io/languages/perl6">Perl&nbsp;6 track on exercism.io</a></li>
<li><a href="https://glot.io/new/perl6">Online Perl&nbsp;6 REPL</a></li>
</ul>
<ul class="shy-list">
<li><a href="http://exercism.io/languages/perl6">Perl&nbsp;6 track on exercism.io</a></li>
<li><a href="https://glot.io/new/perl6">Online Perl&nbsp;6 REPL</a></li>
<li><a href="https://tio.run/#perl6">Online Perl&nbsp;6 REPL</a></li>
<li><a href="https://ideone.com/">Online Perl&nbsp;6 REPL</a></li>
</ul>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 8e53129

Please sign in to comment.