From ac28a3158f74c19d068e3c456332c21663854af7 Mon Sep 17 00:00:00 2001 From: Heraldo Ecard Roque Filho Date: Wed, 18 Aug 2021 18:00:43 -0300 Subject: [PATCH] adicionado desafios --- 01-greeting/index.html | 30 +++++++++++++++++++++ 02-area-do-triangulo/index.html | 30 +++++++++++++++++++++ 03-max-value/index.html | 31 +++++++++++++++++++++ 04-fibonnaci/index.html | 36 +++++++++++++++++++++++++ 05-é-primo/index.html | 39 +++++++++++++++++++++++++++ 06-soma-dos-elementos/index.html | 31 +++++++++++++++++++++ 07-soma-dos-pares/index.html | 31 +++++++++++++++++++++ 09-caractere-mais-repetido/index.html | 31 +++++++++++++++++++++ 8 files changed, 259 insertions(+) create mode 100644 01-greeting/index.html create mode 100644 02-area-do-triangulo/index.html create mode 100644 03-max-value/index.html create mode 100644 04-fibonnaci/index.html create mode 100644 05-é-primo/index.html create mode 100644 06-soma-dos-elementos/index.html create mode 100644 07-soma-dos-pares/index.html create mode 100644 09-caractere-mais-repetido/index.html diff --git a/01-greeting/index.html b/01-greeting/index.html new file mode 100644 index 0000000..fd1a9d6 --- /dev/null +++ b/01-greeting/index.html @@ -0,0 +1,30 @@ + + + + + + + + Document + + + + + + + + \ No newline at end of file diff --git a/02-area-do-triangulo/index.html b/02-area-do-triangulo/index.html new file mode 100644 index 0000000..c2f2000 --- /dev/null +++ b/02-area-do-triangulo/index.html @@ -0,0 +1,30 @@ + + + + + + + + Document + + + + + + + + \ No newline at end of file diff --git a/03-max-value/index.html b/03-max-value/index.html new file mode 100644 index 0000000..893f918 --- /dev/null +++ b/03-max-value/index.html @@ -0,0 +1,31 @@ + + + + + + + + Document + + + + + + + + \ No newline at end of file diff --git a/04-fibonnaci/index.html b/04-fibonnaci/index.html new file mode 100644 index 0000000..2500754 --- /dev/null +++ b/04-fibonnaci/index.html @@ -0,0 +1,36 @@ + + + + + + + + Document + + + + + + + + \ No newline at end of file diff --git a/05-é-primo/index.html b/05-é-primo/index.html new file mode 100644 index 0000000..cd11c0c --- /dev/null +++ b/05-é-primo/index.html @@ -0,0 +1,39 @@ + + + + + + + + Document + + + + + + + + \ No newline at end of file diff --git a/06-soma-dos-elementos/index.html b/06-soma-dos-elementos/index.html new file mode 100644 index 0000000..3d50c2d --- /dev/null +++ b/06-soma-dos-elementos/index.html @@ -0,0 +1,31 @@ + + + + + + + + Document + + + + + + + + \ No newline at end of file diff --git a/07-soma-dos-pares/index.html b/07-soma-dos-pares/index.html new file mode 100644 index 0000000..9b617fa --- /dev/null +++ b/07-soma-dos-pares/index.html @@ -0,0 +1,31 @@ + + + + + + + + Document + + + + + + + + \ No newline at end of file diff --git a/09-caractere-mais-repetido/index.html b/09-caractere-mais-repetido/index.html new file mode 100644 index 0000000..be8d80e --- /dev/null +++ b/09-caractere-mais-repetido/index.html @@ -0,0 +1,31 @@ + + + + + + + + Document + + + + + + + + \ No newline at end of file