Begin Rust track : hello-world, gigasecond

This commit is contained in:
2023-07-01 15:43:37 -05:00
parent 4b5964861e
commit 532545e592
17 changed files with 579 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#[test]
fn test_hello_world() {
assert_eq!("Hello, World!", hello_world::hello());
}