Skip to content

Commit

Permalink
Add content
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropark99 committed Jul 31, 2024
1 parent b9e5d69 commit 3a1a2b3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Chapters/03-structs.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
engine: knitr
knitr: true
syntax-definition: "../Assets/zig.xml"
---

```{r}
#| include: false
source("../zig_engine.R")
knitr::opts_chunk$set(
auto_main = TRUE
)
```


# Structs, Modules and Control Flow

We are going to discuss a lot of different things in
this chapter. First, we bring structs and modules into focus.
Then, we talk about modules, and how they relate to structs in Zig.
Finally, we end this chapter discussing all the different keywords and structures
in Zig related to control flow (like loops and if statements).

0 comments on commit 3a1a2b3

Please sign in to comment.