Add Ruby on Rails (#1280)

* Add Rails

* Update readme.md

* Update readme.md

* Update readme.md

Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>

* Rename Rails.rb to Ruby on Rails.rb

* Update readme.md

Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>
This commit is contained in:
Tyler887
2022-01-24 21:33:24 +00:00
committed by GitHub
parent 497ca6b336
commit a612c246e3
2 changed files with 6 additions and 1 deletions

4
r/Ruby on Rails.rb Normal file
View File

@@ -0,0 +1,4 @@
class HelloWorld < app
print "Hello World"
end
end