feat: added cleanscript

This commit is contained in:
2026-06-22 21:27:36 +05:30
parent dbddc0ce2d
commit 4581eea409
309 changed files with 14551 additions and 46035 deletions

View 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>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>