Daily.rust day 1

// This is a comment, and is ignored by the compiler.
// You can test this code by clicking the “Run” button over there ->
// or if you prefer to use your keyboard, you can use the “Ctrl + Enter”
// shortcut.

// This code is editable, feel free to…


This content originally appeared on DEV Community and was authored by xavier2code

// This is a comment, and is ignored by the compiler.
// You can test this code by clicking the "Run" button over there ->
// or if you prefer to use your keyboard, you can use the "Ctrl + Enter"
// shortcut.

// This code is editable, feel free to hack it!
// You can always return to the original code by clicking the "Reset" button ->

// This is the main function.
fn main() {
    // Statements here are executed when the compiled binary is called.

    // Print text to the console.
    println!("Hello World!");
}


This content originally appeared on DEV Community and was authored by xavier2code


Print Share Comment Cite Upload Translate Updates
APA

xavier2code | Sciencx (2024-11-05T02:33:12+00:00) Daily.rust day 1. Retrieved from https://www.scien.cx/2024/11/05/daily-rust-day-1/

MLA
" » Daily.rust day 1." xavier2code | Sciencx - Tuesday November 5, 2024, https://www.scien.cx/2024/11/05/daily-rust-day-1/
HARVARD
xavier2code | Sciencx Tuesday November 5, 2024 » Daily.rust day 1., viewed ,<https://www.scien.cx/2024/11/05/daily-rust-day-1/>
VANCOUVER
xavier2code | Sciencx - » Daily.rust day 1. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/11/05/daily-rust-day-1/
CHICAGO
" » Daily.rust day 1." xavier2code | Sciencx - Accessed . https://www.scien.cx/2024/11/05/daily-rust-day-1/
IEEE
" » Daily.rust day 1." xavier2code | Sciencx [Online]. Available: https://www.scien.cx/2024/11/05/daily-rust-day-1/. [Accessed: ]
rf:citation
» Daily.rust day 1 | xavier2code | Sciencx | https://www.scien.cx/2024/11/05/daily-rust-day-1/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.