mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 17:09:59 +00:00
fixed formatting
This commit is contained in:
@@ -135,10 +135,8 @@ pub fn main() !void {
|
|||||||
|
|
||||||
newline();
|
newline();
|
||||||
newline();
|
newline();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************
|
// ************************************************************************
|
||||||
// IN-DEPTH EXPLANATIONS BELOW
|
// IN-DEPTH EXPLANATIONS BELOW
|
||||||
// ************************************************************************
|
// ************************************************************************
|
||||||
@@ -346,8 +344,6 @@ pub fn main() !void {
|
|||||||
// print("PORTD: {b:0>8} // bits flipped with NOT (~)\n", .{PORTD});
|
// print("PORTD: {b:0>8} // bits flipped with NOT (~)\n", .{PORTD});
|
||||||
// newline();
|
// newline();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Here are some helper functions for manipulating bits
|
// Here are some helper functions for manipulating bits
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user