You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-28 03:28:32 +02:00
Show actual driver code on solution page.
This commit is contained in:
@ -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}}
|
||||
```
|
||||
|
Reference in New Issue
Block a user