Fork me on GitHub
摘要: 老样子新建一个项目 caogo new functions cd functions 函数 rust中函数使用fn关键字定义 // main函数,是程序的入口点 fn main() { // 调用其他函数 another_function(); function_with_params(666, ' 阅读全文
posted @ 2025-11-03 19:16 Hui_Li 阅读(5) 评论(0) 推荐(0)