Skip to content

Commit

Permalink
Format exercise configs (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Sep 5, 2024
1 parent 33621a8 commit ee792ad
Show file tree
Hide file tree
Showing 19 changed files with 61 additions and 19 deletions.
4 changes: 3 additions & 1 deletion exercises/practice/acronym/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"Acronym.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/armstrong-numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"ArmstrongNumbers.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/clock/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"Clock.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/darts/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"Darts.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/difference-of-squares/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"DifferenceOfSquares.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/food-chain/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"FoodChain.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/grains/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"Grains.bat"
Expand Down
5 changes: 4 additions & 1 deletion exercises/practice/hamming/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"authors": ["sintrode", "GroophyLifefor"],
"authors": [
"sintrode",
"GroophyLifefor"
],
"files": {
"solution": [
"Hamming.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/hello-world/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"HelloWorld.bat"
Expand Down
5 changes: 4 additions & 1 deletion exercises/practice/nth-prime/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"authors": ["dbenham", "GroophyLifefor"],
"authors": [
"dbenham",
"GroophyLifefor"
],
"files": {
"solution": [
"NthPrime.bat"
Expand Down
5 changes: 4 additions & 1 deletion exercises/practice/nucleotide-count/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"authors": ["sintrode", "GroophyLifefor"],
"authors": [
"sintrode",
"GroophyLifefor"
],
"files": {
"solution": [
"NucleotideCount.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/proverb/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"Proverb.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/raindrops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"Raindrops.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/resistor-color/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"ResistorColor.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/reverse-string/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"ReverseString.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/series/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"Series.bat"
Expand Down
5 changes: 4 additions & 1 deletion exercises/practice/sieve/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"authors": ["GroophyLifefor", "Antoni Gual"],
"authors": [
"GroophyLifefor",
"Antoni Gual"
],
"files": {
"solution": [
"Sieve.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/square-root/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"SquareRoot.bat"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/two-fer/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["GroophyLifefor"],
"authors": [
"GroophyLifefor"
],
"files": {
"solution": [
"TwoFer.bat"
Expand Down

0 comments on commit ee792ad

Please sign in to comment.