mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-04 22:28:40 +08:00
@ -133,7 +133,14 @@
|
|||||||
=== "Rust"
|
=== "Rust"
|
||||||
|
|
||||||
```rust title=""
|
```rust title=""
|
||||||
|
/* 标题注释,用于标注函数、类、测试样例等 */
|
||||||
|
|
||||||
|
// 内容注释,用于详解代码
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 多行
|
||||||
|
* 注释
|
||||||
|
*/
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "C"
|
=== "C"
|
||||||
|
|||||||
Reference in New Issue
Block a user