mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Add Dart prefix to markdown.
This commit is contained in:
parent
f48ea85cc2
commit
8881d2571d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user