18 lines
569 B
HTML
18 lines
569 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>Getting Started</title>
|
||
</head>
|
||
<body>
|
||
<h1 id="getting-started"><a class="header" href="#getting-started">Getting Started</a></h1>
|
||
<p>Let’s start your Rust journey! There’s a lot to learn, but every journey starts
|
||
somewhere. In this chapter, we’ll discuss:</p>
|
||
<ul>
|
||
<li>Installing Rust on Linux, macOS, and Windows</li>
|
||
<li>Writing a program that prints <code>Hello, world!</code></li>
|
||
<li>Using <code>cargo</code>, Rust’s package manager and build system</li>
|
||
</ul>
|
||
</body>
|
||
</html>
|