Created
January 13, 2020 07:31
-
-
Save bsutton/a345eac6aebf83fe0dfe5dab01099c65 to your computer and use it in GitHub Desktop.
Hello world
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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