Skip to content

Instantly share code, notes, and snippets.

@bsutton
Created January 13, 2020 07:31
Show Gist options
  • Save bsutton/a345eac6aebf83fe0dfe5dab01099c65 to your computer and use it in GitHub Desktop.
Save bsutton/a345eac6aebf83fe0dfe5dab01099c65 to your computer and use it in GitHub Desktop.
Hello world
#! /usr/bin/env dshell
import 'package:dshell/dshell.dart';
void main() {
print('Hello World');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment