Skip to content

Commit a57e9c7

Browse files
authored
Merge pull request #81 from codecrafters-io/remove-dont-edit-banner-plus-newlines
remove DON'T EDIT banners + empty lines and stuff
2 parents dac50fa + 7d6db69 commit a57e9c7

File tree

8 files changed

+0
-56
lines changed

8 files changed

+0
-56
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/shell-starter-go
102

113
go 1.24.0

compiled_starters/python/Pipfile

Lines changed: 0 additions & 6 deletions
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-oo8/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/shell-starter-go
102

113
go 1.24.0

solutions/go/02-cz2/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/shell-starter-go
102

113
go 1.24.0

solutions/python/01-oo8/code/Pipfile

Lines changed: 0 additions & 6 deletions
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/python/02-cz2/code/Pipfile

Lines changed: 0 additions & 6 deletions
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

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/shell-starter-go
102

113
go 1.24.0

starter_templates/python/code/Pipfile

Lines changed: 0 additions & 6 deletions
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)