🌈 style(codes/rust): fix comment style and miss comment

This commit is contained in:
xblakicex
2023-01-15 17:47:28 +01:00
parent 9b39d1577e
commit 16e4af08b6
4 changed files with 11 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
/**
* File: leetcode_two_sum.rs
* Created Time: 2023-01-14
* Author: xBLACICEx (xBLACKICEx@outlook.com )
* Author: xBLACICEx (xBLACKICEx@outlook.com)
*/
use std::collections::HashMap;