diff --git a/1_warmup/kudzooman/01_warmup_bannana/README.md b/1_warmup/kudzooman/01_warmup_bannana/README.md new file mode 100644 index 00000000..db8a7887 --- /dev/null +++ b/1_warmup/kudzooman/01_warmup_bannana/README.md @@ -0,0 +1 @@ +This is my first warmup! \ No newline at end of file diff --git a/1_warmup/kudzooman/02_warmup_bannana/README.md b/1_warmup/kudzooman/02_warmup_bannana/README.md new file mode 100644 index 00000000..9f2b3c56 --- /dev/null +++ b/1_warmup/kudzooman/02_warmup_bannana/README.md @@ -0,0 +1 @@ +Catching up to day 2! \ No newline at end of file diff --git a/2_adventures/001/kudzooman/01/README.md b/2_adventures/001/kudzooman/01/README.md new file mode 100644 index 00000000..38a66ad6 --- /dev/null +++ b/2_adventures/001/kudzooman/01/README.md @@ -0,0 +1 @@ +Here we go!!!!!! \ No newline at end of file diff --git a/2_adventures/001/kudzooman/02/README.md b/2_adventures/001/kudzooman/02/README.md new file mode 100644 index 00000000..346692aa --- /dev/null +++ b/2_adventures/001/kudzooman/02/README.md @@ -0,0 +1 @@ +I am going to write a 'hello world' program in ruby \ No newline at end of file diff --git a/2_adventures/001/kudzooman/02/hello.rb b/2_adventures/001/kudzooman/02/hello.rb new file mode 100644 index 00000000..22a4f737 --- /dev/null +++ b/2_adventures/001/kudzooman/02/hello.rb @@ -0,0 +1,2 @@ +puts 'hello world' + diff --git a/2_adventures/001/kudzooman/03/README.md b/2_adventures/001/kudzooman/03/README.md new file mode 100644 index 00000000..329b732d --- /dev/null +++ b/2_adventures/001/kudzooman/03/README.md @@ -0,0 +1,3 @@ +Well hello everyone! + +Day #3 \ No newline at end of file