diff options
| author | Alexander Sisco <36649949+devspeare@users.noreply.github.com> | 2025-02-13 12:45:46 -0800 |
|---|---|---|
| committer | Alexander Sisco <36649949+devspeare@users.noreply.github.com> | 2025-02-13 12:45:46 -0800 |
| commit | 90e90c997e912ca4e5c50806dd5ab259e727ed40 (patch) | |
| tree | 68383995f36fce5bafe16e479e4489f577bc2ba9 /exercises/110_quiz9.zig | |
| parent | 8384d4d9bf8be2d4a5ba55d90e5e633356134fa0 (diff) | |
fixed formatting
Diffstat (limited to 'exercises/110_quiz9.zig')
| -rw-r--r-- | exercises/110_quiz9.zig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/exercises/110_quiz9.zig b/exercises/110_quiz9.zig index 89881b1..540c6e4 100644 --- a/exercises/110_quiz9.zig +++ b/exercises/110_quiz9.zig @@ -7,7 +7,7 @@ // also deploy your code to microcontrollers! This means you can write Zig to // drive your next robot or greenhouse climate control system! Ready to enter // the exciting world of embedded programming? Let's get started! -// +// // ---------------------------------------------------------------------------- // Some Background // ---------------------------------------------------------------------------- @@ -135,10 +135,8 @@ pub fn main() !void { newline(); newline(); - } - // ************************************************************************ // IN-DEPTH EXPLANATIONS BELOW // ************************************************************************ @@ -346,8 +344,6 @@ pub fn main() !void { // print("PORTD: {b:0>8} // bits flipped with NOT (~)\n", .{PORTD}); // newline(); - - // ---------------------------------------------------------------------------- // Here are some helper functions for manipulating bits // ---------------------------------------------------------------------------- |
