Module F - Safe and Unsafe rust
C.1 Linked List ★★★
Follow the instructions in the comments of exercises/F/1-linked-list/src/bin/unsafe.rs
!
C.2 Execve ★★★
Follow the instructions in exercises/F/2-execve/README.md
and implement in exercises/F/2-execve/src/main.rs
!
C.3 Tagged union ★★★
Follow the instructions in the comments of exercises/F/3-tagged-union/src/main.rs
!