Skip to content

boscotech/hello-world-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello-world-rs

Make sure to read Chapter 1 of Rust By Example!
Use git clone to clone this repository. If you are using Windows, make sure to download git first via the Git Bash Installer.

git clone https://github.com/boscotech/rust-hello-world-YOUR_USERNAME

Make sure to use your Github username everytime YOUR_USERNAME shows up.
Example:

git clone https://github.com/boscotech/rust-hello-world-lolpro11

Use cd to change into the directory.

cd rust-hello-world-YOUR_USERNAME

Now, install Rust. If you are using Windows, please install rust via the Windows Rust Installer.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Next, source the Rust env. This runs the shell code inside the env file and allows you to use Rust.

source $HOME/.cargo/env

Finally, run the program by typing cargo run! You should see something like this.

Compiling helloworld v0.1.0 (/home/lolpro11/Documents/CS100RS/rust-hello-world-lolpro11)
    Finished dev [unoptimized + debuginfo] target(s) in 0.24s
     Running `target/debug/helloworld`
Hello, world!

To submit this assignment, run:

git add . # This adds all files in your working directory to the commit (your changes!)
git commit -m "finished assignment" # This logs your changes in a log. The -m adds a message in the log
git push # This "pushes" your changes to the remote server, thereby submitting your changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages