Skip to content

Commit 85ff2d8

Browse files
committed
Create Ruby programming language
1 parent 492a306 commit 85ff2d8

File tree

2 files changed

+149
-0
lines changed

2 files changed

+149
-0
lines changed

snippets/ruby/basics/hello-world.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Hello, World!
3+
description: Prints Hello, World! to the terminal.
4+
author: ACR1209
5+
tags: ruby,printing,hello-world,utility
6+
---
7+
8+
```rb
9+
puts 'Hello, World!'
10+
```

snippets/ruby/icon.svg

Lines changed: 139 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)