From 901599185bb1e6b6330fddd11713ce5e3f3dd61a Mon Sep 17 00:00:00 2001
From: Andy Li
Date: Mon, 2 Sep 2024 02:57:57 +0800
Subject: [PATCH] codecrafters: add page (#13541)
---
pages/common/codecrafters.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 pages/common/codecrafters.md
diff --git a/pages/common/codecrafters.md b/pages/common/codecrafters.md
new file mode 100644
index 000000000..284bcba5e
--- /dev/null
+++ b/pages/common/codecrafters.md
@@ -0,0 +1,16 @@
+# codecrafters
+
+> Practice writing complex software.
+> More information: .
+
+- Run tests without committing changes:
+
+`codecrafters test`
+
+- Run tests for all previous stages and the current stage without committing changes:
+
+`codecrafters test --previous`
+
+- Commit changes and submit, to move to the next stage:
+
+`codecrafters submit`