diff --git a/compiled_starters/go/go.mod b/compiled_starters/go/go.mod index 6259201..4f8b4d1 100644 --- a/compiled_starters/go/go.mod +++ b/compiled_starters/go/go.mod @@ -1,10 +1,3 @@ -// DON'T EDIT THIS! -// -// Codecrafters relies on this file being intact to run tests successfully. Any changes -// here will not reflect when CodeCrafters tests your code, and might even cause build -// failures. -// -// DON'T EDIT THIS! module github.com/codecrafters-io/git-starter-go diff --git a/compiled_starters/haskell/package.yaml b/compiled_starters/haskell/package.yaml index 399cebd..0cf2280 100644 --- a/compiled_starters/haskell/package.yaml +++ b/compiled_starters/haskell/package.yaml @@ -1,10 +1,3 @@ -# DON'T EDIT THIS! -# -# Codecrafters relies on this file being intact to run tests successfully. Any changes -# here will not reflect when CodeCrafters tests your code, and might even cause build -# failures. -# -# DON'T EDIT THIS! name: codecrafters-git version: 0.1.0.0 diff --git a/compiled_starters/haskell/stack.yaml b/compiled_starters/haskell/stack.yaml index 93a04e9..c51518a 100644 --- a/compiled_starters/haskell/stack.yaml +++ b/compiled_starters/haskell/stack.yaml @@ -1,10 +1,3 @@ -# DON'T EDIT THIS! -# -# Codecrafters relies on this file being intact to run tests successfully. Any changes -# here will not reflect when CodeCrafters tests your code, and might even cause build -# failures. -# -# DON'T EDIT THIS! resolver: lts-23.18 packages: diff --git a/compiled_starters/haskell/your_git.sh b/compiled_starters/haskell/your_git.sh index 015d75a..611a3eb 100755 --- a/compiled_starters/haskell/your_git.sh +++ b/compiled_starters/haskell/your_git.sh @@ -1,10 +1,5 @@ #!/bin/bash # -# DON'T EDIT THIS! -# -# CodeCrafters uses this file to test your code. Don't make any changes here! -# -# DON'T EDIT THIS! set -e ( diff --git a/solutions/go/01-gg4/code/go.mod b/solutions/go/01-gg4/code/go.mod index 6259201..4f8b4d1 100644 --- a/solutions/go/01-gg4/code/go.mod +++ b/solutions/go/01-gg4/code/go.mod @@ -1,10 +1,3 @@ -// DON'T EDIT THIS! -// -// Codecrafters relies on this file being intact to run tests successfully. Any changes -// here will not reflect when CodeCrafters tests your code, and might even cause build -// failures. -// -// DON'T EDIT THIS! module github.com/codecrafters-io/git-starter-go diff --git a/solutions/haskell/01-gg4/code/package.yaml b/solutions/haskell/01-gg4/code/package.yaml index 399cebd..0cf2280 100644 --- a/solutions/haskell/01-gg4/code/package.yaml +++ b/solutions/haskell/01-gg4/code/package.yaml @@ -1,10 +1,3 @@ -# DON'T EDIT THIS! -# -# Codecrafters relies on this file being intact to run tests successfully. Any changes -# here will not reflect when CodeCrafters tests your code, and might even cause build -# failures. -# -# DON'T EDIT THIS! name: codecrafters-git version: 0.1.0.0 diff --git a/solutions/haskell/01-gg4/code/stack.yaml b/solutions/haskell/01-gg4/code/stack.yaml index 93a04e9..c51518a 100644 --- a/solutions/haskell/01-gg4/code/stack.yaml +++ b/solutions/haskell/01-gg4/code/stack.yaml @@ -1,10 +1,3 @@ -# DON'T EDIT THIS! -# -# Codecrafters relies on this file being intact to run tests successfully. Any changes -# here will not reflect when CodeCrafters tests your code, and might even cause build -# failures. -# -# DON'T EDIT THIS! resolver: lts-23.18 packages: diff --git a/solutions/haskell/01-gg4/code/your_git.sh b/solutions/haskell/01-gg4/code/your_git.sh index 015d75a..611a3eb 100755 --- a/solutions/haskell/01-gg4/code/your_git.sh +++ b/solutions/haskell/01-gg4/code/your_git.sh @@ -1,10 +1,5 @@ #!/bin/bash # -# DON'T EDIT THIS! -# -# CodeCrafters uses this file to test your code. Don't make any changes here! -# -# DON'T EDIT THIS! set -e ( diff --git a/starter_templates/go/code/go.mod b/starter_templates/go/code/go.mod index 6259201..4f8b4d1 100644 --- a/starter_templates/go/code/go.mod +++ b/starter_templates/go/code/go.mod @@ -1,10 +1,3 @@ -// DON'T EDIT THIS! -// -// Codecrafters relies on this file being intact to run tests successfully. Any changes -// here will not reflect when CodeCrafters tests your code, and might even cause build -// failures. -// -// DON'T EDIT THIS! module github.com/codecrafters-io/git-starter-go diff --git a/starter_templates/haskell/code/package.yaml b/starter_templates/haskell/code/package.yaml index 399cebd..0cf2280 100644 --- a/starter_templates/haskell/code/package.yaml +++ b/starter_templates/haskell/code/package.yaml @@ -1,10 +1,3 @@ -# DON'T EDIT THIS! -# -# Codecrafters relies on this file being intact to run tests successfully. Any changes -# here will not reflect when CodeCrafters tests your code, and might even cause build -# failures. -# -# DON'T EDIT THIS! name: codecrafters-git version: 0.1.0.0 diff --git a/starter_templates/haskell/code/stack.yaml b/starter_templates/haskell/code/stack.yaml index 93a04e9..c51518a 100644 --- a/starter_templates/haskell/code/stack.yaml +++ b/starter_templates/haskell/code/stack.yaml @@ -1,10 +1,3 @@ -# DON'T EDIT THIS! -# -# Codecrafters relies on this file being intact to run tests successfully. Any changes -# here will not reflect when CodeCrafters tests your code, and might even cause build -# failures. -# -# DON'T EDIT THIS! resolver: lts-23.18 packages: diff --git a/starter_templates/haskell/code/your_git.sh b/starter_templates/haskell/code/your_git.sh index 015d75a..611a3eb 100755 --- a/starter_templates/haskell/code/your_git.sh +++ b/starter_templates/haskell/code/your_git.sh @@ -1,10 +1,5 @@ #!/bin/bash # -# DON'T EDIT THIS! -# -# CodeCrafters uses this file to test your code. Don't make any changes here! -# -# DON'T EDIT THIS! set -e (