diff --git a/.gitignore b/.gitignore index 069127990..1f346a94e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *.exe *.class .idea -.vscode \ No newline at end of file +.vscode +.DS_Store \ No newline at end of file diff --git a/Josephus.cpp b/C++/Josephus.cpp similarity index 100% rename from Josephus.cpp rename to C++/Josephus.cpp diff --git a/ELM.zip b/ELM.zip deleted file mode 100644 index 52bd44a80..000000000 Binary files a/ELM.zip and /dev/null differ diff --git a/Elm/ELM 2/Hello.elm b/Elm/ELM 2/Hello.elm new file mode 100755 index 000000000..1108cb95f --- /dev/null +++ b/Elm/ELM 2/Hello.elm @@ -0,0 +1,7 @@ +module Hello exposing (..) + +import Html exposing (text) + + +main = + text "Hello" \ No newline at end of file diff --git a/Elm/ELM 2/Info.txt b/Elm/ELM 2/Info.txt new file mode 100755 index 000000000..42feada30 --- /dev/null +++ b/Elm/ELM 2/Info.txt @@ -0,0 +1,8 @@ + + +Elm uses type inference to detect corner cases and give friendly hints. +For example, what if someone provides invalid inputs? NoRedInk switched to Elm about two years ago, +and 250k+ lines later, +they still have not had to scramble to fix a confusing runtime exception in production. + +GO HERE : https://elm-lang.org/ \ No newline at end of file diff --git a/helloworld.go b/Golang/helloworld.go similarity index 100% rename from helloworld.go rename to Golang/helloworld.go diff --git a/spicyninja b/Html/spicyninja.html similarity index 100% rename from spicyninja rename to Html/spicyninja.html diff --git a/Lopa.java b/Java/Lopa.java similarity index 100% rename from Lopa.java rename to Java/Lopa.java diff --git a/cointoss.py b/Python/cointoss.py similarity index 100% rename from cointoss.py rename to Python/cointoss.py diff --git a/bash.sh b/Shell Script/bash.sh similarity index 100% rename from bash.sh rename to Shell Script/bash.sh