We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492a306 commit 85ff2d8Copy full SHA for 85ff2d8
snippets/ruby/basics/hello-world.md
@@ -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
0 commit comments