From 67504363b262a6f3b2db99bdacf8dd7e8bc54a6f Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Tue, 2 Jan 2024 19:32:02 +0100 Subject: [PATCH] Initial commit --- README.md | 3 +++ index.html | 11 +++++++++++ index.js | 0 3 files changed, 14 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 index.js diff --git a/README.md b/README.md new file mode 100644 index 0000000..6653841 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# odin-fizbuzz + +Browser console implementation of FizzBuzz \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..d49e1b2 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + +
+ + +