-
Notifications
You must be signed in to change notification settings - Fork 17
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
i added rust #21
base: master
Are you sure you want to change the base?
i added rust #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good Alex! Just a few tweaks (double check the main README for verification):
- Check the casing on the hello world output in
hello.rs
- Change the directory to
rs
- Update the
.github/workflows/test.yml
file and add an entry forrs
(installation steps, and execution steps for testing)
rust/hello.rs
Outdated
@@ -0,0 +1,3 @@ | |||
fn main() { | |||
println!("Hello, World!"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Double check the documentation, the casing and punctuation isn't quite what's been asked for here
## Usage | ||
|
||
```rs | ||
cargo run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't worked with Rust yet, is cargo
shipped with it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a tool that you would have to download
Pull Request Template
Description
Please include a summary of the changes and the language you are adding or modifying.
Checklist
Makefile
if applicable..github/workflows/test.yml
file to include the new language in the list of languages to test.Related Issue
Please link to any related issues here.
Type of Change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Screenshots (if applicable)
If applicable, add screenshots to help explain your changes.
Additional Information
Add any other information about your pull request here.
Contributing
To contribute to this project, please see the CONTRIBUTING.md file.
License
This project is licensed under the MIT License. For more information, please see the LICENSE file.