ft-cli 0.1.0

ft-cli is a tool for syncing a git repo or a local folder to a FifthTry account
# The Rust Programming Language

[The Rust Programming Language](title-page.md)
[Foreword](foreword.md)
[Introduction](ch00-00-introduction.md)

## Getting started

- [Getting Started]ch01-00-getting-started.md
    - [Installation]ch01-01-installation.md
    - [Hello, World!]ch01-02-hello-world.md
    - [Hello, Cargo!]ch01-03-hello-cargo.md

- [Programming a Guessing Game]ch02-00-guessing-game-tutorial.md

- [Common Programming Concepts]ch03-00-common-programming-concepts.md
    - [Variables and Mutability]ch03-01-variables-and-mutability.md
    - [Data Types]ch03-02-data-types.md
    - [Functions]ch03-03-how-functions-work.md
    - [Comments]ch03-04-comments.md
    - [Control Flow]ch03-05-control-flow.md