You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
练习rustlings。使用vscode等编辑器,进入clone下来的目录下的Rustlings文件夹,执行rustlings watch依次查看完成情况,并依次完成对应的练习。 执行 rustlings run 练习名称去运行对应练习,也可以使用rustlings hint 练习名称查看题解。
提交完成情况。
练习rustlings。使用vscode等编辑器,进入clone下来的目录下的Rustlings文件夹,执行rustlings watch依次查看完成情况,并依次完成对应的练习。 执行 rustlings run 练习名称去运行对应练习,也可以使用rustlings hint 练习名称查看题解。
提交完成情况。
当做完部分或所有练习之后,在Rustlings目录下执行 git add .; git commit -m "update"; git push 命令,把更新提交到GithubClassroom的CI进行自动评测。你可以在github仓库页面的Actions页面,看到你的CI提交结果,或者 https://opencamp.ai/Rust/camp/S01/stage/0?tab=rank 上面查看自己的评分。
应该进入Rustlings 文件夹,而不是 excercise; 另外,Rustlings 的 R 应该大写。
The text was updated successfully, but these errors were encountered: