1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
//! It moves files from one folder to an other.

/// Placeholder for the move-it entry function
///
/// # Arguments
///
/// * `none` - Will be added soon.
///
/// *Note*: This is a placeholder function that will be replaced as some logic is added.
pub fn main() {
    println!("Hello, world!");
}