Skip to content

Commit

Permalink
Canonical class names (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
artamonovkirill authored Jul 20, 2023
1 parent 2c4e587 commit 43f66eb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/largest-series-product/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"files": {
"solution": [
"src/main/scala/Series.scala"
"src/main/scala/LargestSeriesProduct.scala"
],
"test": [
"src/test/scala/SeriesTest.scala"
"src/test/scala/LargestSeriesProductTest.scala"
],
"example": [
".meta/Example.scala"
Expand Down
4 changes: 2 additions & 2 deletions exercises/practice/prime-factors/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
],
"files": {
"solution": [
"src/main/scala/Primefactors.scala"
"src/main/scala/PrimeFactors.scala"
],
"test": [
"src/test/scala/PrimefactorsTest.scala"
"src/test/scala/PrimeFactorsTest.scala"
],
"example": [
".meta/Example.scala"
Expand Down

0 comments on commit 43f66eb

Please sign in to comment.