Skip to content

remove DON'T EDIT banners + empty lines and stuff #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions compiled_starters/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
// DON'T EDIT THIS!
//
// Codecrafters relies on this file being intact to run tests successfully. Any changes
// here will not reflect when CodeCrafters tests your code, and might even cause build
// failures.
//
// DON'T EDIT THIS!

module github.com/codecrafters-io/http-server-starter-go

go 1.24.0
8 changes: 0 additions & 8 deletions compiled_starters/haskell/package.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# DON'T EDIT THIS!
#
# Codecrafters relies on this file being intact to run tests successfully. Any changes
# here will not reflect when CodeCrafters tests your code, and might even cause build
# failures.
#
# DON'T EDIT THIS!

name: codecrafters-http-server
version: 0.1.0.0
license: BSD3
Expand Down
7 changes: 0 additions & 7 deletions compiled_starters/haskell/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# DON'T EDIT THIS!
#
# Codecrafters relies on this file being intact to run tests successfully. Any changes
# here will not reflect when CodeCrafters tests your code, and might even cause build
# failures.
#
# DON'T EDIT THIS!
resolver: lts-23.18

packages:
Expand Down
6 changes: 0 additions & 6 deletions compiled_starters/python/Pipfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#!/bin/sh
#
# DON'T EDIT THIS!
#
# CodeCrafters uses this file to test your code. Don't make any changes here!
#
# DON'T EDIT THIS!

[[source]]
url = "https://pypi.org/simple"
Expand Down
8 changes: 0 additions & 8 deletions solutions/go/01-at4/code/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
// DON'T EDIT THIS!
//
// Codecrafters relies on this file being intact to run tests successfully. Any changes
// here will not reflect when CodeCrafters tests your code, and might even cause build
// failures.
//
// DON'T EDIT THIS!

module github.com/codecrafters-io/http-server-starter-go

go 1.24.0
8 changes: 0 additions & 8 deletions solutions/haskell/01-at4/code/package.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# DON'T EDIT THIS!
#
# Codecrafters relies on this file being intact to run tests successfully. Any changes
# here will not reflect when CodeCrafters tests your code, and might even cause build
# failures.
#
# DON'T EDIT THIS!

name: codecrafters-http-server
version: 0.1.0.0
license: BSD3
Expand Down
7 changes: 0 additions & 7 deletions solutions/haskell/01-at4/code/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# DON'T EDIT THIS!
#
# Codecrafters relies on this file being intact to run tests successfully. Any changes
# here will not reflect when CodeCrafters tests your code, and might even cause build
# failures.
#
# DON'T EDIT THIS!
resolver: lts-23.18

packages:
Expand Down
6 changes: 0 additions & 6 deletions solutions/python/01-at4/code/Pipfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#!/bin/sh
#
# DON'T EDIT THIS!
#
# CodeCrafters uses this file to test your code. Don't make any changes here!
#
# DON'T EDIT THIS!

[[source]]
url = "https://pypi.org/simple"
Expand Down
8 changes: 0 additions & 8 deletions starter_templates/go/code/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
// DON'T EDIT THIS!
//
// Codecrafters relies on this file being intact to run tests successfully. Any changes
// here will not reflect when CodeCrafters tests your code, and might even cause build
// failures.
//
// DON'T EDIT THIS!

module github.com/codecrafters-io/http-server-starter-go

go 1.24.0
8 changes: 0 additions & 8 deletions starter_templates/haskell/code/package.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# DON'T EDIT THIS!
#
# Codecrafters relies on this file being intact to run tests successfully. Any changes
# here will not reflect when CodeCrafters tests your code, and might even cause build
# failures.
#
# DON'T EDIT THIS!

name: codecrafters-http-server
version: 0.1.0.0
license: BSD3
Expand Down
7 changes: 0 additions & 7 deletions starter_templates/haskell/code/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# DON'T EDIT THIS!
#
# Codecrafters relies on this file being intact to run tests successfully. Any changes
# here will not reflect when CodeCrafters tests your code, and might even cause build
# failures.
#
# DON'T EDIT THIS!
resolver: lts-23.18

packages:
Expand Down
6 changes: 0 additions & 6 deletions starter_templates/python/code/Pipfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#!/bin/sh
#
# DON'T EDIT THIS!
#
# CodeCrafters uses this file to test your code. Don't make any changes here!
#
# DON'T EDIT THIS!

[[source]]
url = "https://pypi.org/simple"
Expand Down
Loading