https://github.com/jabrena/daily-epsilon
Solutions implemented in Java for Daily epsilon problems
https://github.com/jabrena/daily-epsilon
Last synced: 25 days ago
JSON representation
Solutions implemented in Java for Daily epsilon problems
- Host: GitHub
- URL: https://github.com/jabrena/daily-epsilon
- Owner: jabrena
- License: apache-2.0
- Created: 2022-01-09T14:30:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T15:13:12.000Z (11 months ago)
- Last Synced: 2025-02-13T20:23:22.683Z (3 months ago)
- Language: Java
- Size: 427 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daily_Epsilon
In this folder, I will try to solve Math problems from:
- https://twitter.com/Daily_Epsilon
## Gitpod
[](https://gitpod.io/#https://github.com/jabrena/daily-epsilon)
## How to run in local?
```bash
sdk env install./mvnw clean verify
./mvnw compile exec:java -Dexec.mainClass="edu.jab.math.Problem20220110"./mvnw prettier:write
./mvnw versions:display-property-updates
./mvnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates
./mvnw dependency:tree
```## Problems
- [2021](./docs/2021.md)
- [2022](./docs/2022.md)