diff --git a/docs/编程入门/MIT-Missing-Semester.en.md b/docs/编程入门/MIT-Missing-Semester.en.md
new file mode 100644
index 00000000..826f483c
--- /dev/null
+++ b/docs/编程入门/MIT-Missing-Semester.en.md
@@ -0,0 +1,17 @@
+# MIT: The Missing Semester of Your CS Education
+
+## Descriptions
+
+- Offered by: MIT
+- Prerequisites: None
+- Programming lanuages used: Shell
+- Difficulty: 🌟🌟
+- Credits: 10 hours
+
+Just as the course name indicated, this course will teach the missing things in the university courses. It will cover shell programming, git, vim editor, tmux, ssh, sed, awk and even how to beatify your terminal. Trust me, this will be your first step to become a hacker !
+
+## Resources
+
+- Homepage:
+- Records:
+- Assignments: Some exercises behind each lecture.
\ No newline at end of file
diff --git a/template.en.md b/template.en.md
new file mode 100644
index 00000000..246ddffc
--- /dev/null
+++ b/template.en.md
@@ -0,0 +1,19 @@
+# Course Code: Course Name
+
+## Descriptions
+
+- Offered by:
+- Prerequisites:
+- Programming lanuages used:
+- Difficulty:
+- Credits:
+
+
+
+## Resources
+
+- Homepage:
+- Records:
+- Textbooks & Notes & Slides:
+- Assignments:
+- ...
\ No newline at end of file