1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-22 14:59:37 +02:00

Show actual driver code on solution page.

This commit is contained in:
Andrew Walbran 2023-03-24 17:38:42 +00:00
parent 236fbc6f9e
commit ae83778173

View File

@ -4,6 +4,14 @@
([back to exercise](rtc.md))
`main.rs`:
```rust,compile_fail
{{#include rtc/src/main.rs}}
```
`pl031.rs`:
```rust
{{#include rtc/src/pl031.rs}}
```