Skip to content

Commit 52dab0a

Browse files
authored
Merge pull request #124 from codecrafters-io/remove-dont-edit-banner-plus-newlines
remove DON'T EDIT banners + empty lines and stuff
2 parents a96ba8a + 6ccb05f commit 52dab0a

File tree

12 files changed

+0
-87
lines changed

12 files changed

+0
-87
lines changed

compiled_starters/go/go.mod

-8
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/http-server-starter-go
102

113
go 1.24.0

compiled_starters/haskell/package.yaml

-8
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-http-server
102
version: 0.1.0.0
113
license: BSD3

compiled_starters/haskell/stack.yaml

-7
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/python/Pipfile

-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
#!/bin/sh
2-
#
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!
82

93
[[source]]
104
url = "https://pypi.org/simple"

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

-8
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/http-server-starter-go
102

113
go 1.24.0

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

-8
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-http-server
102
version: 0.1.0.0
113
license: BSD3

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

-7
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/python/01-at4/code/Pipfile

-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
#!/bin/sh
2-
#
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!
82

93
[[source]]
104
url = "https://pypi.org/simple"

starter_templates/go/code/go.mod

-8
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/http-server-starter-go
102

113
go 1.24.0

starter_templates/haskell/code/package.yaml

-8
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-http-server
102
version: 0.1.0.0
113
license: BSD3

starter_templates/haskell/code/stack.yaml

-7
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/python/code/Pipfile

-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
#!/bin/sh
2-
#
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!
82

93
[[source]]
104
url = "https://pypi.org/simple"

0 commit comments

Comments
 (0)