Files
docs-rust/ch01/ch01-00-getting-started.html
2026-06-22 21:27:36 +05:30

18 lines
569 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Lets start your Rust journey! Theres a lot to learn, but every journey starts
somewhere. In this chapter, well 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>, Rusts package manager and build system</li>
</ul>
</body>
</html>