Back to Comprehensive Rust

Bare Metal Rust Morning Exercise

src/exercises/bare-metal/solutions-morning.md

latest293 B
Original Source
<!-- Copyright 2023 Google LLC SPDX-License-Identifier: CC-BY-4.0 -->

Bare Metal Rust Morning Exercise

Compass

(back to exercise)

rust,compile_fail
# // Copyright 2023 Google LLC
# // SPDX-License-Identifier: Apache-2.0
#
{{#include compass/src/main.rs:solution}}