Skip to content
Open
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
7 changes: 0 additions & 7 deletions compiled_starters/go/go.mod
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!

module github.com/codecrafters-io/git-starter-go

Expand Down
7 changes: 0 additions & 7 deletions compiled_starters/haskell/package.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!

name: codecrafters-git
version: 0.1.0.0
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
5 changes: 0 additions & 5 deletions compiled_starters/haskell/your_git.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash
#
# DON'T EDIT THIS!
#
# CodeCrafters uses this file to test your code. Don't make any changes here!
#
# DON'T EDIT THIS!

set -e
(
Expand Down
7 changes: 0 additions & 7 deletions solutions/go/01-gg4/code/go.mod
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!

module github.com/codecrafters-io/git-starter-go

Expand Down
7 changes: 0 additions & 7 deletions solutions/haskell/01-gg4/code/package.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!

name: codecrafters-git
version: 0.1.0.0
Expand Down
7 changes: 0 additions & 7 deletions solutions/haskell/01-gg4/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
5 changes: 0 additions & 5 deletions solutions/haskell/01-gg4/code/your_git.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash
#
# DON'T EDIT THIS!
#
# CodeCrafters uses this file to test your code. Don't make any changes here!
#
# DON'T EDIT THIS!

set -e
(
Expand Down
7 changes: 0 additions & 7 deletions starter_templates/go/code/go.mod
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!

module github.com/codecrafters-io/git-starter-go

Expand Down
7 changes: 0 additions & 7 deletions starter_templates/haskell/code/package.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!

name: codecrafters-git
version: 0.1.0.0
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
5 changes: 0 additions & 5 deletions starter_templates/haskell/code/your_git.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash
#
# DON'T EDIT THIS!
#
# CodeCrafters uses this file to test your code. Don't make any changes here!
#
# DON'T EDIT THIS!

set -e
(
Expand Down
Loading