https://github.com/psfried/fp-scala
exercises in functional programming in Scala
https://github.com/psfried/fp-scala
Last synced: about 1 year ago
JSON representation
exercises in functional programming in Scala
- Host: GitHub
- URL: https://github.com/psfried/fp-scala
- Owner: psFried
- Created: 2015-08-04T01:41:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T14:12:35.000Z (about 10 years ago)
- Last Synced: 2025-02-10T15:50:43.056Z (over 1 year ago)
- Language: Scala
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Skeleton for scala using Gradle and ScalaTest
==============================================================================
This is a basic skeleton project for Scala, using Gradle and Scalatest. There is one simple Object and a test for it.
## To run tests
`./gradlew test`