From 20cee61c2776ed0b222a28201b94d44ed3f3283a Mon Sep 17 00:00:00 2001 From: Mohamed Elkhaloui Date: Mon, 26 Oct 2020 00:09:11 +0000 Subject: [PATCH 1/2] Done. --- DONT | 2 ++ README.md | 2 +- hello_World.rb | 0 hello_world.rb | 12 ++++++++++++ 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 DONT create mode 100644 hello_World.rb create mode 100644 hello_world.rb diff --git a/DONT b/DONT new file mode 100644 index 0000000..63f329d --- /dev/null +++ b/DONT @@ -0,0 +1,2 @@ +puts "Hello_World!" +puts "Hello World!" \ No newline at end of file diff --git a/README.md b/README.md index 461e916..65fe7c3 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ A small piece of coding history—a handwritten version of Hello World in C (an _[Hello World! by Brian Kernighan, from Artsy's Algorythm Auction](https://www.artsy.net/artwork/brian-kernighan-hello-world) based on a 1974 Bell Laboratories internal memorandum by Brian Kernighan, Programming in C: A Tutorial, which contains the first known version._ -

View Hello World on Learn.co and start learning to code for free.

+

View Hello World on Learn.co and diff --git a/hello_World.rb b/hello_World.rb new file mode 100644 index 0000000..e69de29 diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 0000000..4c1989d --- /dev/null +++ b/hello_world.rb @@ -0,0 +1,12 @@ +puts "Hello World" +ruby hello_world.ruby +puts "ESHTA" +puts "Hello World!" +puts "Hello, Mohamed +hello_world.ruby +puts "hello world" + +puts "hello_world!" ]\ +ruby hello_world.rb +learn test + From 8d84d0be1fd5d0d9223fac7d7481f83acf9d9a44 Mon Sep 17 00:00:00 2001 From: Mohamed Elkhaloui Date: Mon, 26 Oct 2020 00:15:41 +0000 Subject: [PATCH 2/2] Done. --- DONT | 2 -- hello_World.rb | 0 hello_world.rb | 13 +------------ 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 DONT delete mode 100644 hello_World.rb diff --git a/DONT b/DONT deleted file mode 100644 index 63f329d..0000000 --- a/DONT +++ /dev/null @@ -1,2 +0,0 @@ -puts "Hello_World!" -puts "Hello World!" \ No newline at end of file diff --git a/hello_World.rb b/hello_World.rb deleted file mode 100644 index e69de29..0000000 diff --git a/hello_world.rb b/hello_world.rb index 4c1989d..7f09b2f 100644 --- a/hello_world.rb +++ b/hello_world.rb @@ -1,12 +1 @@ -puts "Hello World" -ruby hello_world.ruby -puts "ESHTA" -puts "Hello World!" -puts "Hello, Mohamed -hello_world.ruby -puts "hello world" - -puts "hello_world!" ]\ -ruby hello_world.rb -learn test - +puts "Hello World!" \ No newline at end of file