From 88890578641f1465f316d880c3ac222a0b96c46c Mon Sep 17 00:00:00 2001 From: Sophie Hamilton Date: Sat, 18 Nov 2017 13:58:08 +0000 Subject: [PATCH] Remove duplicated Julia file, update README file There are two files existing for Julia, which were added in PR #113 (julia.jl) and PR #411 (Julia.jl - note the capital J). These have essentially exactly the same contents, so it seems to me like it isn't necessary to have both. The README file has also been updated using list_langs.py. --- README.md | 5 +++-- j/Julia.jl | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 j/Julia.jl diff --git a/README.md b/README.md index 85ecb036..875ce7ee 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,10 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Crystal](c/crystal.cr) * [Csh](c/csh.csh) * [Csharp](c/csharp.cs) +* [Cson](c/cson.cson) * [Css](c/css.css) +* [Curry](c/curry.curry) * [Cypherneo4J](c/cypherNeo4j.cypher) -* [Hello World](c/hello-world.curry) * [D](d/d.d) * [Dark](d/dark.txt) * [Dart](d/Dart.dart) @@ -219,6 +220,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Googleappscript](g/googleappscript.gs) * [Gosu](g/gosu.gosu) * [Gosu](g/gosu.gs) +* [Gravity](g/gravity.gravity) * [Green Marl](g/Green-Marl.gm) * [Gri](g/gri.gri) * [Gridscript](g/GridScript.gridscript) @@ -268,7 +270,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Jsoniq](j/JSONiq) * [Jsx](j/jsx.js) * [Julia](j/julia.jl) -* [Julia](j/Julia.jl) * [K](k/k.k) * [Karel](k/karel.kl) * [Kiml](k/KimL.kiml) diff --git a/j/Julia.jl b/j/Julia.jl deleted file mode 100644 index 3a4e995f..00000000 --- a/j/Julia.jl +++ /dev/null @@ -1 +0,0 @@ -println("hello world")