hello world.
The classic hello world.
#! /usr/bin/env dcli
import 'package:dcli/dcli.dart';
void main() {
print('hello world');
}
Last updated
Was this helpful?
The classic hello world.
#! /usr/bin/env dcli
import 'package:dcli/dcli.dart';
void main() {
print('hello world');
}
Last updated
Was this helpful?