# hello world.

The classic hello world.

```dart
#! /usr/bin/env dcli

import 'package:dcli/dcli.dart';

void main() {
    print('hello world');
}
```
