From d81bf8089721a5f7ad5b283cdb50b82d58aecfb5 Mon Sep 17 00:00:00 2001 From: Samarth kumae <92712143+Samarthku@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:03:57 +0530 Subject: [PATCH] Create HelloWorld.dart --- Database/HelloWorld.dart | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Database/HelloWorld.dart diff --git a/Database/HelloWorld.dart b/Database/HelloWorld.dart new file mode 100644 index 0000000..dade93b --- /dev/null +++ b/Database/HelloWorld.dart @@ -0,0 +1,6 @@ +// LANG: Dart +// AUTHOR: Kumar Samarth Kumar +// GITHUB: https://github.com/Samarthku +void main() { + print("Hello, World!"); +}