From a4b9fba597833a0d3cef778d1b472c024c118e12 Mon Sep 17 00:00:00 2001 From: pandeyrishi <39222492+pandeyrishi@users.noreply.github.com> Date: Sun, 7 Oct 2018 00:40:51 +0530 Subject: [PATCH] Create rishi.dart --- rishi.dart | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rishi.dart diff --git a/rishi.dart b/rishi.dart new file mode 100644 index 0000000..90089f6 --- /dev/null +++ b/rishi.dart @@ -0,0 +1,3 @@ +main() { + print('Hello World!'); +}