@@ -19,14 +19,14 @@ Unlike the Sample Programs repo, the Sample Programs template repo only
1919supports languages with an official Docker image for testing. As a result,
2020here is the official list of supported programming languages:
2121
22- | Language | Documentation | Image | Naming Convention |
23- | -------- | ------------------------------------------------------------------------------------ | ------------------------------------------- | ----------------- |
24- | C | [ Documentation] ( https://sample-programs.therenegadecoder.com /languages/c/ ) | [ gcc] ( https://hub.docker.com/_/gcc ) | hyphen |
25- | C ++ | [ Documentation] ( https://sample-programs.therenegadecoder.com /languages/c-plus-plus/ ) | [ gcc] ( https://hub.docker.com/_/gcc ) | hyphen |
26- | Go | | [ golang] ( https://hub.docker.com/_/golang ) | hyphen |
27- | Java | [ Documentation] ( https://sample-programs.therenegadecoder.com /languages/java/ ) | [ openjdk] ( https://hub.docker.com/_/openjdk ) | pascal |
28- | Python | [ Documentation] ( https://sample-programs.therenegadecoder.com /languages/python/ ) | [ python] ( https://hub.docker.com/_/python ) | underscore |
29- | Ruby | [ Documentation] ( https://sample-programs.therenegadecoder.com /languages/ruby/ ) | [ ruby] ( https://hub.docker.com/_/ruby ) | hyphen |
22+ | Language | Documentation | Image | Naming Convention |
23+ | -------- | ----------------------------------------------------------------- | ------------------------------------------- | ----------------- |
24+ | C | [ Documentation] ( https://sampleprograms.io /languages/c/ ) | [ gcc] ( https://hub.docker.com/_/gcc ) | hyphen |
25+ | C ++ | [ Documentation] ( https://sampleprograms.io /languages/c-plus-plus/ ) | [ gcc] ( https://hub.docker.com/_/gcc ) | hyphen |
26+ | Go | | [ golang] ( https://hub.docker.com/_/golang ) | hyphen |
27+ | Java | [ Documentation] ( https://sampleprograms.io /languages/java/ ) | [ openjdk] ( https://hub.docker.com/_/openjdk ) | pascal |
28+ | Python | [ Documentation] ( https://sampleprograms.io /languages/python/ ) | [ python] ( https://hub.docker.com/_/python ) | underscore |
29+ | Ruby | [ Documentation] ( https://sampleprograms.io /languages/ruby/ ) | [ ruby] ( https://hub.docker.com/_/ruby ) | hyphen |
3030
3131In the table above, you might have noticed the naming convention column.
3232The terms in that column indicate the expected naming convention of the code
0 commit comments