Rust Programming Tutorial #2 - Hello World using Cargo

preview_player
Показать описание
In this video I'll be showing you how to make a "Hello World!" application using Cargo for the Rust Programming Language.

Cargo is used to build and run your Rust applications and dependencies.

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
Рекомендации по теме
Комментарии
Автор

I love this type of courses with short videos because I can review short videos later unlike long videos

alihusham
Автор

Unbelievable. I can't believe this. Wow. This is my new language.

chimpionboy
Автор

I tried to jump ahead and do my own thing when I edited the hello world text. I typed in with Python syntax to show what 6*6 was, and it told me that I was concatenating strings wrong. It told me to use println!("6*6={}", 6*6) instead! Not even a Google search, just the compiler telling me how to code lol. I'm gonna love this language.

JordanMetroidManiac
Автор

started to program last year with Ruby, let's dig into Rust coz gurus says it's cool !

StuxNETozor
Автор

Conveniently the new project comes with hello world preloaded…😜

-----REDACTED-----
Автор

I wish your text editor background was dark, using white truly hurts (but I can bear with it).

eduardabramovich
Автор

I've always wanted to learn two programming languages. C++ is incredibly difficult, but rust seems a lot more beginner friendly

alphabetsalphabets
Автор

Why i keep getting "linker 'link.exe' not found" error? i did everything that instrucion and error log told me to do and still i cannot solve this

dawidgora
Автор

I cannot do cargo run, because my rustc is in another folder, how can I change from cargo the path of rustc

aoheo
Автор

Sir how creat directory main..rs git and other i dont understand

amjadali-cssi
Автор

Its even easier now: cargo init hello-world-cargo; cd !$

recklessroges
Автор

Its use only window....sir i used ubantu...linux sir

amjadali-cssi
Автор

My "cargo new..." command doesn't generate the git directories. Why not?

sakuranooka
Автор

Sir i m linux ubuntu user kindly guide me

amjadali-cssi