Below the main function, let's add the following code: struct Todo { // use rust built in HashMap to store key - val pairs map: HashMap<String, bool>, } ...
確定! 回上一頁