From 94bdbc2720344c1241977e5e7e699f94d92cd7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Jos=C3=A9=20S=C3=A1nchez?= Date: Wed, 25 Sep 2019 10:36:46 +0200 Subject: [PATCH] Updating README.md --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab31b20 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.class + diff --git a/README.md b/README.md index 455de06..4914e45 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Hello world with Java +# Hello world with Java :coffee: This is a simple **"Hello world"** done with **Java** programming language.