https://github.com/filipporanza/project-euler
Solve problems from projecteuler.net
https://github.com/filipporanza/project-euler
Last synced: 6 months ago
JSON representation
Solve problems from projecteuler.net
- Host: GitHub
- URL: https://github.com/filipporanza/project-euler
- Owner: FilippoRanza
- Created: 2022-09-17T13:59:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T07:41:18.000Z (9 months ago)
- Last Synced: 2025-04-14T22:56:26.441Z (6 months ago)
- Language: C
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sbt project compiled with Scala 3
### Usage
This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.
For more information on the sbt-dotty plugin, see the
[scala3-example-project](https://github.com/scala/scala3-example-project/blob/main/README.md).