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`