mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-10 06:48:01 -05:00
add perl code execution
This commit is contained in:
committed by
Maas Lalani
parent
9672d061b4
commit
7ac31fc040
@@ -12,6 +12,7 @@ Currently supported languages:
|
||||
* `javascript`
|
||||
* `python`
|
||||
* `ruby`
|
||||
* `perl`
|
||||
|
||||
---
|
||||
|
||||
@@ -66,3 +67,12 @@ print("Hello, world!")
|
||||
```ruby
|
||||
puts "Hello, world!"
|
||||
```
|
||||
|
||||
---
|
||||
### Perl
|
||||
|
||||
```perl
|
||||
|
||||
print ("hello, world");
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user