From d18b4827682f8f297619fca1bbdd609672e83bd2 Mon Sep 17 00:00:00 2001 From: LIttleAncientForestKami Date: Wed, 9 Dec 2015 02:30:34 +0100 Subject: [PATCH] Printing Hello World! in MongoDB shell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’ve noticed lately that the paranoid fear of computers becoming intelligent and taking over the world has almost entirely disappeared from the common culture. Near as I can tell, this coincides with the release of MS-DOS. -- Larry DeLuca --- m/mongo.shell | 1 + 1 file changed, 1 insertion(+) create mode 100644 m/mongo.shell diff --git a/m/mongo.shell b/m/mongo.shell new file mode 100644 index 00000000..f301245e --- /dev/null +++ b/m/mongo.shell @@ -0,0 +1 @@ +print("Hello World!")