From 18cf05a2118cd027d75c336517e5bb93b5805c4e Mon Sep 17 00:00:00 2001 From: Anastasiia Hryniv Date: Sat, 2 Jul 2022 18:08:27 +0200 Subject: [PATCH 1/2] Adding my first file --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..2743736 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + Example Document + + +

Title

+ + From 9027ce966a196a18962cea4e5ddba74cc54c2fbc Mon Sep 17 00:00:00 2001 From: Anastasiia Hryniv Date: Sat, 2 Jul 2022 18:14:06 +0200 Subject: [PATCH 2/2] Adding Ruby file --- ruby.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 ruby.rb diff --git a/ruby.rb b/ruby.rb new file mode 100644 index 0000000..5de78a4 --- /dev/null +++ b/ruby.rb @@ -0,0 +1 @@ +puts "Hello, World!"