Skip to content

Commit

Permalink
Add rust faq beginning as test
Browse files Browse the repository at this point in the history
  • Loading branch information
quicknir committed Feb 3, 2024
1 parent cd48168 commit f3bf8fe
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rust_faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: page
title: Rust FAQ for C++ Devs
---

1. Will be replaced with the ToC, excluding the "Contents" header
{:toc}

# Foreword

Blah blah why am I writing this.

# Basics

## How do I declare variables?

Some basic shit about variables

{% highlight rust linenos %}

let x: i64 = 5;

{% endhighlight %}

## Is control flow in Rust similar to C++?

Blah blah why am I writing this.

0 comments on commit f3bf8fe

Please sign in to comment.