Skip to content

Commit 4d28be7

Browse files
authored
Merge pull request #301 from codecrafters-io/remove-dont-edit-banner-plus-newlines
remove DON'T EDIT banners + empty lines and stuff
2 parents 8bd250d + 2fb3763 commit 4d28be7

File tree

14 files changed

+0
-133
lines changed

14 files changed

+0
-133
lines changed

compiled_starters/go/go.mod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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!
8-
91
module github.com/codecrafters-io/redis-starter-go
102

113
go 1.24.0

compiled_starters/haskell/package.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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!
8-
91
name: codecrafters-redis
102
version: 0.1.0.0
113
license: BSD3

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/rust/Cargo.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
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
[package]
92
name = "codecrafters-redis"
103
version = "0.1.0"
114
authors = ["Codecrafters <[email protected]>"]
125
edition = "2021"
136

14-
# DON'T EDIT THIS!
15-
#
16-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
17-
# here will not reflect when CodeCrafters tests your code, and might even cause build
18-
# failures.
19-
#
20-
# DON'T EDIT THIS!
217
[dependencies]
228
anyhow = "1.0.59" # error handling
239
bytes = "1.3.0" # helps manage buffers

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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!
8-
91
module github.com/codecrafters-io/redis-starter-go
102

113
go 1.24.0

solutions/go/02-rg2/code/go.mod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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!
8-
91
module github.com/codecrafters-io/redis-starter-go
102

113
go 1.24.0

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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!
8-
91
name: codecrafters-redis
102
version: 0.1.0.0
113
license: BSD3

solutions/haskell/01-jm1/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/rust/01-jm1/code/Cargo.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
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
[package]
92
name = "codecrafters-redis"
103
version = "0.1.0"
114
authors = ["Codecrafters <[email protected]>"]
125
edition = "2021"
136

14-
# DON'T EDIT THIS!
15-
#
16-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
17-
# here will not reflect when CodeCrafters tests your code, and might even cause build
18-
# failures.
19-
#
20-
# DON'T EDIT THIS!
217
[dependencies]
228
anyhow = "1.0.59" # error handling
239
bytes = "1.3.0" # helps manage buffers

solutions/rust/02-rg2/code/Cargo.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
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
[package]
92
name = "codecrafters-redis"
103
version = "0.1.0"
114
authors = ["Codecrafters <[email protected]>"]
125
edition = "2021"
136

14-
# DON'T EDIT THIS!
15-
#
16-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
17-
# here will not reflect when CodeCrafters tests your code, and might even cause build
18-
# failures.
19-
#
20-
# DON'T EDIT THIS!
217
[dependencies]
228
anyhow = "1.0.59" # error handling
239
bytes = "1.3.0" # helps manage buffers

starter_templates/go/code/go.mod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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!
8-
91
module github.com/codecrafters-io/redis-starter-go
102

113
go 1.24.0

starter_templates/haskell/code/package.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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!
8-
91
name: codecrafters-redis
102
version: 0.1.0.0
113
license: BSD3

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/rust/code/Cargo.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
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
[package]
92
name = "codecrafters-redis"
103
version = "0.1.0"
114
authors = ["Codecrafters <[email protected]>"]
125
edition = "2021"
136

14-
# DON'T EDIT THIS!
15-
#
16-
# Codecrafters relies on this file being intact to run tests successfully. Any changes
17-
# here will not reflect when CodeCrafters tests your code, and might even cause build
18-
# failures.
19-
#
20-
# DON'T EDIT THIS!
217
[dependencies]
228
anyhow = "1.0.59" # error handling
239
bytes = "1.3.0" # helps manage buffers

0 commit comments

Comments
 (0)