mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-13 07:46:06 +00:00
feat: modify some Dart codes and add Dart code blocks to the docs (#543)
This commit is contained in:
@@ -147,12 +147,14 @@
|
||||
=== "Dart"
|
||||
|
||||
```dart title=""
|
||||
// 标题注释,用于标注函数、类、测试样例等
|
||||
/* 标题注释,用于标注函数、类、测试样例等 */
|
||||
|
||||
// 内容注释,用于详解代码
|
||||
|
||||
// 多行
|
||||
// 注释
|
||||
/**
|
||||
* 多行
|
||||
* 注释
|
||||
*/
|
||||
```
|
||||
|
||||
## 在动画图解中高效学习
|
||||
|
||||
Reference in New Issue
Block a user