diff --git a/aulas/index.html b/aulas/index.html new file mode 100644 index 00000000..d01f779f --- /dev/null +++ b/aulas/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file diff --git a/aulas/script.js b/aulas/script.js new file mode 100644 index 00000000..8f8b02ac --- /dev/null +++ b/aulas/script.js @@ -0,0 +1 @@ +const func = console.log("hello") \ No newline at end of file