Exercise 44

This commit is contained in:
akshitgautam42 2023-11-13 21:27:11 +05:30
parent 19aedb6468
commit 8cd0cda6b8

View File

@ -8,10 +8,10 @@
// Execute `rustlings hint modules3` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
// TODO: Complete this use statement
use ???
use std::time::{SystemTime, UNIX_EPOCH};
fn main() {
match SystemTime::now().duration_since(UNIX_EPOCH) {