From 6442ec8bd5eb4a890b35dff3b18e8dfe7b7cc486 Mon Sep 17 00:00:00 2001 From: aniket965 Date: Sun, 7 Oct 2018 14:48:11 +0530 Subject: [PATCH] fix --- .gitignore | 3 ++- Josephus.cpp => C++/Josephus.cpp | 0 ELM.zip | Bin 531 -> 0 bytes Elm/ELM 2/Hello.elm | 7 +++++++ Elm/ELM 2/Info.txt | 8 ++++++++ helloworld.go => Golang/helloworld.go | 0 spicyninja => Html/spicyninja.html | 0 Lopa.java => Java/Lopa.java | 0 cointoss.py => Python/cointoss.py | 0 bash.sh => Shell Script/bash.sh | 0 10 files changed, 17 insertions(+), 1 deletion(-) rename Josephus.cpp => C++/Josephus.cpp (100%) delete mode 100644 ELM.zip create mode 100755 Elm/ELM 2/Hello.elm create mode 100755 Elm/ELM 2/Info.txt rename helloworld.go => Golang/helloworld.go (100%) rename spicyninja => Html/spicyninja.html (100%) rename Lopa.java => Java/Lopa.java (100%) rename cointoss.py => Python/cointoss.py (100%) rename bash.sh => Shell Script/bash.sh (100%) 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 52bd44a80548896ec0635b7f29b63651c1f720b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 531 zcmWIWW@Zs#U|`^2=qhmY?aa&-a0BwfftVMFU44A@JyLUW^7T@4a!;T2*F5VP`oZJu z$&=w8Yc)>jpF86ne&NF9%TJy@dV1=N?g@RZzz-TH&pJ-h@m#CH=>56qsao1I%^RPJ zG#MB@A{;q$CJ8YFz%6_Tv~ZDvsn}bfMed9Y3_MT^J@eA?^-3yAWG8IQJ8Zz?QqKIZ z{q}4t*G9catDTwC#ZJg;2;~Y-^mJbI_{V$gR3%QK^7l8)axWj3%wEQGTb${%L+24; zAHfqRr1z*TWO@H;>g0xr?^_fNJv*$`#7@iJdgd+s;^8yZON_Ul@YpE4_R(rleL2@z zFk$EJ6AQ1TZvE34zc=8=MCnh*o~d(P-RZP*^*XlOBGx-Y=D6F6Oy~OW?_*iDV~S?g zMaiYRHguMyJeDxr$)u6BwDMHy{5v(h=L4ASA9$%rUOQu?v^L2mSn>N7iPa*Tyrje8 zm#@>cxBCBZ_x>*yiAK?%URErz*zcyEygbw9A9H{=Ba;XN?wA0E4Fe;C0*C?vlz2hb hiY-h*8X#H=p;}=f9N^8$29jk0!crjJ0gMF(1_0nlxpe>l 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