diff --git a/dart/Screenshot.png b/dart/Screenshot.png new file mode 100644 index 0000000..37713ef Binary files /dev/null and b/dart/Screenshot.png differ diff --git a/dart/main.dart b/dart/main.dart new file mode 100644 index 0000000..7ec7ffd --- /dev/null +++ b/dart/main.dart @@ -0,0 +1,3 @@ +main(List args) { + print('Hello World'); +} \ No newline at end of file diff --git a/dart/readme.md b/dart/readme.md new file mode 100644 index 0000000..d0ac57f --- /dev/null +++ b/dart/readme.md @@ -0,0 +1,6 @@ +# Dart + +## Instructions +1. To run, make sure you have the Dart sdk is installed on your machine and in your Path Variables +2. Run the using the command: ```dart main.dart``` in the ./dart/ directory. +![screenshot](./screenshot.png?raw=true)