Intro to Programming with Rust 2: Hello, World

Опубликовано: 20 Май 2026
на канале: Code and Crux
150
1

This is video 2 of the Introduction to Programming with Rust course.
It is a quick look at Rust's "hello, world" program.

0:04 The "hello, world" program
0:27 About "hello, world"
0:48 fn
1:03 What a function is
2:30 main() {}
3:33 println!()
4:30 "hello, world"
4:54 ;
5:22 A quick look at variables
6:00 Rust is compatible with all operating systems (Windows, Mac, Linux)

Deal_calc program we will create throughout the course: https://github.com/joekreydt/deal_calc