exercism-perl5

Repository for my Perl 5 Exercism exercises
git clone git://git.samirparikh.com/exercism-perl5
Log | Files | Refs

commit a1eb712f406ea64c65da152c38048211224dac20
parent 3a1901771156843a14563f2889e2d99276aad37c
Author: Samir Parikh <noreply@samirparikh.com>
Date:   Sat, 27 Nov 2021 17:33:34 +0000

remove configuration .json files

Diffstat:
Dhello-world/.exercism/config.json | 23-----------------------
Dhello-world/.exercism/metadata.json | 2--
Dmatrix/.exercism/config.json | 24------------------------
Dmatrix/.exercism/metadata.json | 2--
Dnucleotide-count/.exercism/config.json | 24------------------------
Dnucleotide-count/.exercism/metadata.json | 2--
Dsum-of-multiples/.exercism/config.json | 26--------------------------
Dsum-of-multiples/.exercism/metadata.json | 2--
8 files changed, 0 insertions(+), 105 deletions(-)

diff --git a/hello-world/.exercism/config.json b/hello-world/.exercism/config.json @@ -1,23 +0,0 @@ -{ - "blurb": "The classical introductory exercise. Just say \"Hello, World!\"", - "authors": [ - "m-dango" - ], - "contributors": [ - "kotp", - "rfilipo" - ], - "files": { - "solution": [ - "HelloWorld.pm" - ], - "test": [ - "hello-world.t" - ], - "example": [ - ".meta/solutions/HelloWorld.pm" - ] - }, - "source": "This is an exercise to introduce users to using Exercism", - "source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program" -} diff --git a/hello-world/.exercism/metadata.json b/hello-world/.exercism/metadata.json @@ -1 +0,0 @@ -{"track":"perl5","exercise":"hello-world","id":"70019d15999f4389997fdb91e985fcb8","url":"https://exercism.org/tracks/perl5/exercises/hello-world","handle":"confidentidiot","is_requester":true,"auto_approve":false} -\ No newline at end of file diff --git a/matrix/.exercism/config.json b/matrix/.exercism/config.json @@ -1,24 +0,0 @@ -{ - "blurb": "Given a string representing a matrix of numbers, return the rows and columns of that matrix.", - "authors": [ - "bistik" - ], - "contributors": [ - "kytrinyx", - "m-dango", - "rfilipo" - ], - "files": { - "solution": [ - "Matrix.pm" - ], - "test": [ - "matrix.t" - ], - "example": [ - ".meta/solutions/Matrix.pm" - ] - }, - "source": "Warmup to the `saddle-points` warmup.", - "source_url": "http://jumpstartlab.com" -} diff --git a/matrix/.exercism/metadata.json b/matrix/.exercism/metadata.json @@ -1 +0,0 @@ -{"track":"perl5","exercise":"matrix","id":"00510e2ee65643928883a45fb6cd5058","url":"https://exercism.org/tracks/perl5/exercises/matrix","handle":"confidentidiot","is_requester":true,"auto_approve":false} -\ No newline at end of file diff --git a/nucleotide-count/.exercism/config.json b/nucleotide-count/.exercism/config.json @@ -1,24 +0,0 @@ -{ - "blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.", - "authors": [ - "bentglasstube" - ], - "contributors": [ - "kytrinyx", - "m-dango", - "rfilipo" - ], - "files": { - "solution": [ - "NucleotideCount.pm" - ], - "test": [ - "nucleotide-count.t" - ], - "example": [ - ".meta/solutions/NucleotideCount.pm" - ] - }, - "source": "The Calculating DNA Nucleotides_problem at Rosalind", - "source_url": "http://rosalind.info/problems/dna/" -} diff --git a/nucleotide-count/.exercism/metadata.json b/nucleotide-count/.exercism/metadata.json @@ -1 +0,0 @@ -{"track":"perl5","exercise":"nucleotide-count","id":"67af13f8f2e24fd784b7dd2f2745e12d","url":"https://exercism.org/tracks/perl5/exercises/nucleotide-count","handle":"confidentidiot","is_requester":true,"auto_approve":false} -\ No newline at end of file diff --git a/sum-of-multiples/.exercism/config.json b/sum-of-multiples/.exercism/config.json @@ -1,26 +0,0 @@ -{ - "blurb": "Given a number, find the sum of all the multiples of particular numbers up to but not including that number.", - "authors": [ - "bistik" - ], - "contributors": [ - "alexkalderimis", - "duffn", - "kytrinyx", - "m-dango", - "rfilipo" - ], - "files": { - "solution": [ - "SumOfMultiples.pm" - ], - "test": [ - "sum-of-multiples.t" - ], - "example": [ - ".meta/solutions/SumOfMultiples.pm" - ] - }, - "source": "A variation on Problem 1 at Project Euler", - "source_url": "http://projecteuler.net/problem=1" -} diff --git a/sum-of-multiples/.exercism/metadata.json b/sum-of-multiples/.exercism/metadata.json @@ -1 +0,0 @@ -{"track":"perl5","exercise":"sum-of-multiples","id":"6bc695bd11144dbc86f00c63764d1bd9","url":"https://exercism.org/tracks/perl5/exercises/sum-of-multiples","handle":"confidentidiot","is_requester":true,"auto_approve":false} -\ No newline at end of file