From f9e53771893fe451332b417f563e6b5d74c1046f Mon Sep 17 00:00:00 2001
From: Haojie <49082609+jxtxwsbn@users.noreply.github.com>
Date: Mon, 8 Jan 2024 15:38:18 -0500
Subject: [PATCH 1/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 788b0a7..2b1cd29 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-# Enter your Full Name in the space below
\ No newline at end of file
+## Haojie Huang
From cf0f23ddf459cb995c7f3d68291865454d2e2c1b Mon Sep 17 00:00:00 2001
From: HaojHuang <99844871+HaojHuang@users.noreply.github.com>
Date: Wed, 10 Jan 2024 13:29:08 -0500
Subject: [PATCH 2/2] after first course
---
.idea/inspectionProfiles/Project_Default.xml | 26 ++++++++++++++
.../inspectionProfiles/profiles_settings.xml | 6 ++++
.idea/learn-html.iml | 8 +++++
.idea/misc.xml | 7 ++++
.idea/modules.xml | 8 +++++
.idea/vcs.xml | 6 ++++
.idea/workspace.xml | 34 +++++++++++++++++++
quizzes/colors.html | 6 ++--
quizzes/format.html | 6 ++++
quizzes/headings.html | 2 +-
quizzes/links.html | 4 +--
quizzes/paragraph.html | 9 ++++-
12 files changed, 115 insertions(+), 7 deletions(-)
create mode 100644 .idea/inspectionProfiles/Project_Default.xml
create mode 100644 .idea/inspectionProfiles/profiles_settings.xml
create mode 100644 .idea/learn-html.iml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
create mode 100644 .idea/workspace.xml
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..a1b00a8
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
Hello World
-+ If N is a K-bit binary string + then the decimal representation of N can be derived as follows: + 20+21+...+2k-1 + +