Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby Hello World #11

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Ruby Hello World #11

wants to merge 7 commits into from

Conversation

Cholmes303
Copy link

I create a hello, world in JavaScript and Ruby for this project.

rb/README.md Outdated Show resolved Hide resolved
rb/README.md Outdated Show resolved Hide resolved
js/hello.js Outdated Show resolved Hide resolved
js/README.md Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
.vscode/launch.json Outdated Show resolved Hide resolved
- name: Install Ruby
if: matrix.language == 'rb'
run: |
sudo apt-get install ruby-full
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cristian, you'll want to add a run step for rb too (see the py step below, it'll look something like this):

rb)
  output=$(ruby hello.rb)
  ;;

Copy link
Owner

@zachflower zachflower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there! Just need the tests

@Cholmes303 Cholmes303 changed the title JavaScript and Ruby hello, world Ruby Hello World Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants