Skip to content

Commit 43d039d

Browse files
author
梶塚太智
committed
Update main.rs
1 parent eeb206a commit 43d039d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ use std::path::Path;
99
use std::thread::{self, sleep};
1010
use std::time::{Duration, SystemTime, UNIX_EPOCH};
1111

12+
#[cfg(test)]
13+
mod test;
14+
1215
fn main() {
1316
// Reading command line arguments
1417
let args = env::args().collect::<Vec<_>>();

0 commit comments

Comments
 (0)