diff --git a/jasonchung0708-93146/gitUpdate.bat b/jasonchung0708-93146/gitUpdate.bat new file mode 100644 index 00000000..429d5877 --- /dev/null +++ b/jasonchung0708-93146/gitUpdate.bat @@ -0,0 +1,7 @@ +git status . + +@pause + +git add . +git commit -m"update jasonchung0708-93146," +start git push \ No newline at end of file diff --git a/jasonchung0708-93146/task1/NOTES.md b/jasonchung0708-93146/task1/NOTES.md new file mode 100644 index 00000000..f4a6d881 --- /dev/null +++ b/jasonchung0708-93146/task1/NOTES.md @@ -0,0 +1 @@ +# HKD 1200 FAILED diff --git a/jasonchung0708-93146/task1/d6309ae1-9775-43bd-b0cf-8b70880283cc_progressive.jfif b/jasonchung0708-93146/task1/d6309ae1-9775-43bd-b0cf-8b70880283cc_progressive.jfif new file mode 100644 index 00000000..5febdf7f Binary files /dev/null and b/jasonchung0708-93146/task1/d6309ae1-9775-43bd-b0cf-8b70880283cc_progressive.jfif differ diff --git a/jasonchung0708-93146/task1/package.json b/jasonchung0708-93146/task1/package.json new file mode 100644 index 00000000..0fcbb472 --- /dev/null +++ b/jasonchung0708-93146/task1/package.json @@ -0,0 +1,13 @@ +{ + "name": "sunny9898", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "gitUpdate": "git add . && git commit -m\"update jasonchung0708-93146,\" && git push" + }, + "keywords": [], + "author": "", + "license": "ISC" +}