1
0
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-12-11 00:21:24 +01:00

feat(languages): add Java support

This commit is contained in:
divlo
2021-06-24 22:10:08 +02:00
parent 719058b2ff
commit 8a41cb67f0
6 changed files with 34 additions and 2 deletions

View File

@@ -21,8 +21,9 @@ Each challenge has its **solutions**, its **instructions** and **input/output ex
### ✅ Programming languages available
- [C/C++ (gcc)](https://gcc.gnu.org/)
- [C# (.NET Core)](https://docs.microsoft.com/en-us/dotnet/csharp/)
- [C# (.NET)](https://docs.microsoft.com/dotnet/csharp/)
- [Dart](https://dart.dev/)
- [Java (OpenJDK)](https://openjdk.java.net/)
- [JavaScript/TypeScript (Node.js)](https://nodejs.org/)
- [Python](https://www.python.org/)
- [Rust](https://www.rust-lang.org/)