feat: added cleanscript
This commit is contained in:
17
ch01/ch01-00-getting-started.html
Normal file
17
ch01/ch01-00-getting-started.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user