Skip to content

Commit

Permalink
Update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropark99 committed Sep 6, 2024
1 parent 9352d37 commit adfa994
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Chapters/01-base64.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ syntax-definition: "../Assets/zig.xml"
```{r}
#| include: false
source("../zig_engine.R")
knitr::opts_chunk$set(
auto_main = FALSE,
build_type = "lib"
)
```


Expand Down Expand Up @@ -480,6 +484,7 @@ in the base64 scale.

```{zig}
#| auto_main: false
#| build_type: "run"
const std = @import("std");
const stdout = std.io.getStdOut().writer();
pub fn main() !void {
Expand Down Expand Up @@ -539,6 +544,7 @@ are setted to zero in the output sequence, which is `00010000` (is the number 16

```{zig}
#| auto_main: false
#| build_type: "run"
const std = @import("std");
const stdout = std.io.getStdOut().writer();
pub fn main() !void {
Expand Down

0 comments on commit adfa994

Please sign in to comment.