From 19d259c174db4800eea5d32d4130c920829c555f Mon Sep 17 00:00:00 2001 From: dfree951 <47007706+dfree951@users.noreply.github.com> Date: Fri, 13 Dec 2019 13:49:27 -0500 Subject: [PATCH] Add code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d94db2..23bbeca 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ No code is the best way to write secure and reliable applications. Write nothing ## Getting Started -Start by not writing any code. +Start by writing any code. ``` - +System.out.println("Hello, World!"); ``` This is just an example application, but imagine it doing anything you want. Adding new features is easy too: