commit ac28a3158f74c19d068e3c456332c21663854af7 Author: Heraldo Ecard Roque Filho Date: Wed Aug 18 18:00:43 2021 -0300 adicionado desafios 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