Skip to content

Commit

Permalink
Merge pull request #86 from codecrafters-io/remove-defs-2
Browse files Browse the repository at this point in the history
remove starter-repository-definitions
  • Loading branch information
rohitpaulk authored Jul 11, 2024
2 parents 0c72b48 + bf2987c commit c79f59f
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 40 deletions.
40 changes: 0 additions & 40 deletions starter-repository-definitions.yml

This file was deleted.

3 changes: 3 additions & 0 deletions starter_templates/cpp/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: cmake
user_editable_file: src/Server.cpp
3 changes: 3 additions & 0 deletions starter_templates/csharp/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: dotnet (8.0)
user_editable_file: src/Program.cs
3 changes: 3 additions & 0 deletions starter_templates/gleam/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: gleam (1.0)
user_editable_file: src/grep.gleam
3 changes: 3 additions & 0 deletions starter_templates/go/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: go (1.19)
user_editable_file: cmd/mygrep/main.go
3 changes: 3 additions & 0 deletions starter_templates/haskell/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: stack
user_editable_file: app/Main.hs
3 changes: 3 additions & 0 deletions starter_templates/javascript/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: node (21)
user_editable_file: app/main.js
3 changes: 3 additions & 0 deletions starter_templates/python/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: python (3.11)
user_editable_file: app/main.py
3 changes: 3 additions & 0 deletions starter_templates/ruby/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: ruby (3.3)
user_editable_file: app/main.rb
3 changes: 3 additions & 0 deletions starter_templates/rust/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: cargo (1.62)
user_editable_file: src/main.rs
3 changes: 3 additions & 0 deletions starter_templates/typescript/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: bun (1.1)
user_editable_file: app/main.ts

0 comments on commit c79f59f

Please sign in to comment.