mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 22:37:42 +02:00
Add Dart prefix to markdown.
This commit is contained in:
@@ -10,7 +10,7 @@ its JavaScript sibling. Like JavaScript, Dart aims for great browser integration
|
||||
|
||||
Dart's most controversial feature must be its Optional Typing.
|
||||
|
||||
```
|
||||
```dart
|
||||
import "dart:collection";
|
||||
import "dart:math" as DM;
|
||||
|
||||
|
Reference in New Issue
Block a user