Skip to content

Commit 6701456

Browse files
committed
remove DON'T EDIT banners
1 parent 79792af commit 6701456

File tree

12 files changed

+0
-78
lines changed

12 files changed

+0
-78
lines changed

compiled_starters/go/go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// DON'T EDIT THIS!
2-
//
3-
// Codecrafters relies on this file being intact to run tests successfully. Any changes
4-
// here will not reflect when CodeCrafters tests your code, and might even cause build
5-
// failures.
6-
//
7-
// DON'T EDIT THIS!
81

92
module github.com/codecrafters-io/git-starter-go
103

compiled_starters/haskell/package.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# DON'T EDIT THIS!
2-
#
3-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
4-
# here will not reflect when CodeCrafters tests your code, and might even cause build
5-
# failures.
6-
#
7-
# DON'T EDIT THIS!
81

92
name: codecrafters-git
103
version: 0.1.0.0

compiled_starters/haskell/stack.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# DON'T EDIT THIS!
2-
#
3-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
4-
# here will not reflect when CodeCrafters tests your code, and might even cause build
5-
# failures.
6-
#
7-
# DON'T EDIT THIS!
81
resolver: lts-23.18
92

103
packages:

compiled_starters/haskell/your_git.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
22
#
3-
# DON'T EDIT THIS!
4-
#
5-
# CodeCrafters uses this file to test your code. Don't make any changes here!
6-
#
7-
# DON'T EDIT THIS!
83

94
set -e
105
(

solutions/go/01-gg4/code/go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// DON'T EDIT THIS!
2-
//
3-
// Codecrafters relies on this file being intact to run tests successfully. Any changes
4-
// here will not reflect when CodeCrafters tests your code, and might even cause build
5-
// failures.
6-
//
7-
// DON'T EDIT THIS!
81

92
module github.com/codecrafters-io/git-starter-go
103

solutions/haskell/01-gg4/code/package.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# DON'T EDIT THIS!
2-
#
3-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
4-
# here will not reflect when CodeCrafters tests your code, and might even cause build
5-
# failures.
6-
#
7-
# DON'T EDIT THIS!
81

92
name: codecrafters-git
103
version: 0.1.0.0

solutions/haskell/01-gg4/code/stack.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# DON'T EDIT THIS!
2-
#
3-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
4-
# here will not reflect when CodeCrafters tests your code, and might even cause build
5-
# failures.
6-
#
7-
# DON'T EDIT THIS!
81
resolver: lts-23.18
92

103
packages:

solutions/haskell/01-gg4/code/your_git.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
22
#
3-
# DON'T EDIT THIS!
4-
#
5-
# CodeCrafters uses this file to test your code. Don't make any changes here!
6-
#
7-
# DON'T EDIT THIS!
83

94
set -e
105
(

starter_templates/go/code/go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// DON'T EDIT THIS!
2-
//
3-
// Codecrafters relies on this file being intact to run tests successfully. Any changes
4-
// here will not reflect when CodeCrafters tests your code, and might even cause build
5-
// failures.
6-
//
7-
// DON'T EDIT THIS!
81

92
module github.com/codecrafters-io/git-starter-go
103

starter_templates/haskell/code/package.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# DON'T EDIT THIS!
2-
#
3-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
4-
# here will not reflect when CodeCrafters tests your code, and might even cause build
5-
# failures.
6-
#
7-
# DON'T EDIT THIS!
81

92
name: codecrafters-git
103
version: 0.1.0.0

starter_templates/haskell/code/stack.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# DON'T EDIT THIS!
2-
#
3-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
4-
# here will not reflect when CodeCrafters tests your code, and might even cause build
5-
# failures.
6-
#
7-
# DON'T EDIT THIS!
81
resolver: lts-23.18
92

103
packages:

starter_templates/haskell/code/your_git.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
22
#
3-
# DON'T EDIT THIS!
4-
#
5-
# CodeCrafters uses this file to test your code. Don't make any changes here!
6-
#
7-
# DON'T EDIT THIS!
83

94
set -e
105
(

0 commit comments

Comments
 (0)