Skip to content

Commit

Permalink
Update structure and rename first section
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb-o committed Sep 21, 2024
1 parent e14d1db commit 867cd5a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

---

- [The Basics](basics/the_basics.md)
- [Hello World!](basics/hello_world.md)
- [Modules](basics/modules.md)
- [General Overview](general/general.md)
- [Hello World!](general/hello_world.md)
- [Modules](general/modules.md)

---

Expand Down
4 changes: 2 additions & 2 deletions src/basics/the_basics.md → src/general/general.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The Basics
# General Overview

> 🚧 Not all topics are written yet and are a work in progress
These examples are meant to get you started with C3, however, these will not be too in-depth around the whole language. For more detailed explanations of the language itself, you can visit [the official guide](https://c3-lang.org/guide/). This book will only cover a few topics to help understand C3, but will not describe everything.

- [Hello World](hello_world.md): first program with details around its structure
- [Modules](modules.md): small examples of how C3 uses modules
- [Modules and Generics](modules.md): small examples of how C3 uses modules
File renamed without changes.
File renamed without changes.
Binary file removed src/projects/image.png
Binary file not shown.

0 comments on commit 867cd5a

Please sign in to comment.