Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Watermelon AI SummaryThis pull request introduces a basic "Hello World" program written in Ruby and adds a Ruby function that includes a string manipulation example with a counter implementation. GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
hello.rb
Outdated
| @@ -0,0 +1 @@ | |||
| puts "Hello world" | |||
There was a problem hiding this comment.
This file contains at least one console log. Please remove any present.
WatermelonAI SummaryThis PR adds a test for a Ruby hello world function and a random Ruby function that has a counter example string. The purpose is to verify the functionality and behavior of these functions. GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
TEST