Skip to content

Commit 118e584

Browse files
committed
remove DON'T EDIT banners + empty lines and stuff
1 parent 62a2e52 commit 118e584

File tree

6 files changed

+0
-42
lines changed

6 files changed

+0
-42
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/sqlite-starter-go
102

113
go 1.24.0

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

113
go 1.24.0

solutions/python/01-dr6/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/sqlite-starter-go
102

113
go 1.24.0

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)