The classic hello world.
#! /usr/bin/env dcli import 'package:dcli/dcli.dart'; void main() { print('hello world'); }
Last updated 2 years ago