Documentation
/*
 * @Author: lxt
 * @Date: 2022-09-08 16:07:09
 * @LastEditors: [lxt]
 * @LastEditTime: 2022-09-15 15:49:20
 * @Description: // # 
 */


// use 引入多个标准库

use std::{io::{self,Write},collections::HashMap};
// 一般引用测试
use std::collections::*;

use evan_toy::House;


fn main (){
    println!("xxx");
    House::hosting::add_to_waitlist();
}