some tests passed in clock

This commit is contained in:
rorikstr 2025-05-15 19:40:13 +03:00
parent 0ef500d9ef
commit e63c68efe8
21 changed files with 1181 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "gigasecond"
version = "0.1.0"
edition = "2024"
# Not all libraries from crates.io are available in Exercism's test runner.
# The full list of available libraries is here:
# https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml
[dependencies]
time = "0.3"