hello world.

The classic hello world.

#! /usr/bin/env dcli

import 'package:dcli/dcli.dart';

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

Last updated