diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-28 23:13:39 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-28 23:13:39 +0800 |
commit | a0f2f7e29035553562941f4046db88d707daf199 (patch) | |
tree | b6b56019f89a2f3b1a6cffccba2849687ee61241 /works/README.md | |
parent | 346b5256b99e28cd5c67c03dca4be84e1c75f749 (diff) | |
download | crupest-a0f2f7e29035553562941f4046db88d707daf199.tar.gz crupest-a0f2f7e29035553562941f4046db88d707daf199.tar.bz2 crupest-a0f2f7e29035553562941f4046db88d707daf199.zip |
chore(store): move everything to store.
Diffstat (limited to 'works/README.md')
-rw-r--r-- | works/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/works/README.md b/works/README.md deleted file mode 100644 index b280870..0000000 --- a/works/README.md +++ /dev/null @@ -1,9 +0,0 @@ -This directory contains some of my works that I have created. I moved them from individual repositories to here for easier management. Some works are stopped for its temporary purpose. Here are some of the descriptions of them. - -- `life`: Something I created in university time. Some for lecture tasks, some are small toys to solve some interesting problems. Maybe more will be added in future. - -- `solutions`: Answers to leetcode and acwing algorithms questions. Stopped now for a well-known reason. Maybe more will be added in future, too. - -- `teapot`: Answer to the pre-interview test for my first job. Dropped now definitely. - -- `ProxyChanger`: Written a long time ago to solve the proxy switching problem in Firefox for a also well-known problem. |