Initial commit

This commit is contained in:
2021-09-16 20:45:54 +08:00
commit b7defdf5d8
35 changed files with 2343 additions and 0 deletions

3
Home/Compiler/.babelrc Normal file
View File

@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}