From 46f771295e528df1a64ba67683c6a54c3c20ff2d Mon Sep 17 00:00:00 2001 From: bull1210 Date: Mon, 27 Apr 2026 01:40:31 +0530 Subject: [PATCH] add: hints.md for difficulty 1-2 exercises referencing hello-world tutorial Policy requires exercises with difficulty < 3 to have a hints.md pointing students to the Hello World tutorial, which walks through the full download/solve/submit workflow. Adds the hint to all 13 exercises that were missing it: leap, reverse-string, two-fer, armstrong-numbers, darts, dnd-character, dot-dsl, grains, high-scores, resistor-color, resistor-color-duo, resistor-color-trio, rna-transcription Co-Authored-By: bull1210 --- exercises/practice/armstrong-numbers/.docs/hints.md | 9 +++++++++ exercises/practice/darts/.docs/hints.md | 9 +++++++++ exercises/practice/dnd-character/.docs/hints.md | 9 +++++++++ exercises/practice/dot-dsl/.docs/hints.md | 9 +++++++++ exercises/practice/grains/.docs/hints.md | 9 +++++++++ exercises/practice/high-scores/.docs/hints.md | 9 +++++++++ exercises/practice/leap/.docs/hints.md | 9 +++++++++ exercises/practice/resistor-color-duo/.docs/hints.md | 9 +++++++++ exercises/practice/resistor-color-trio/.docs/hints.md | 9 +++++++++ exercises/practice/resistor-color/.docs/hints.md | 9 +++++++++ exercises/practice/reverse-string/.docs/hints.md | 9 +++++++++ exercises/practice/rna-transcription/.docs/hints.md | 9 +++++++++ exercises/practice/two-fer/.docs/hints.md | 9 +++++++++ 13 files changed, 117 insertions(+) create mode 100644 exercises/practice/armstrong-numbers/.docs/hints.md create mode 100644 exercises/practice/darts/.docs/hints.md create mode 100644 exercises/practice/dnd-character/.docs/hints.md create mode 100644 exercises/practice/dot-dsl/.docs/hints.md create mode 100644 exercises/practice/grains/.docs/hints.md create mode 100644 exercises/practice/high-scores/.docs/hints.md create mode 100644 exercises/practice/leap/.docs/hints.md create mode 100644 exercises/practice/resistor-color-duo/.docs/hints.md create mode 100644 exercises/practice/resistor-color-trio/.docs/hints.md create mode 100644 exercises/practice/resistor-color/.docs/hints.md create mode 100644 exercises/practice/reverse-string/.docs/hints.md create mode 100644 exercises/practice/rna-transcription/.docs/hints.md create mode 100644 exercises/practice/two-fer/.docs/hints.md diff --git a/exercises/practice/armstrong-numbers/.docs/hints.md b/exercises/practice/armstrong-numbers/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/armstrong-numbers/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/darts/.docs/hints.md b/exercises/practice/darts/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/darts/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/dnd-character/.docs/hints.md b/exercises/practice/dnd-character/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/dnd-character/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/dot-dsl/.docs/hints.md b/exercises/practice/dot-dsl/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/dot-dsl/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/grains/.docs/hints.md b/exercises/practice/grains/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/grains/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/high-scores/.docs/hints.md b/exercises/practice/high-scores/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/high-scores/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/leap/.docs/hints.md b/exercises/practice/leap/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/leap/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/resistor-color-duo/.docs/hints.md b/exercises/practice/resistor-color-duo/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/resistor-color-duo/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/resistor-color-trio/.docs/hints.md b/exercises/practice/resistor-color-trio/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/resistor-color-trio/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/resistor-color/.docs/hints.md b/exercises/practice/resistor-color/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/resistor-color/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/reverse-string/.docs/hints.md b/exercises/practice/reverse-string/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/reverse-string/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/rna-transcription/.docs/hints.md b/exercises/practice/rna-transcription/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/rna-transcription/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world diff --git a/exercises/practice/two-fer/.docs/hints.md b/exercises/practice/two-fer/.docs/hints.md new file mode 100644 index 000000000..0855dba5c --- /dev/null +++ b/exercises/practice/two-fer/.docs/hints.md @@ -0,0 +1,9 @@ +# Hints + +## Getting started + +New to the Java track? The Hello World exercise includes a detailed [Tutorial][tutorial] +that walks you through setting up your environment and submitting your first solution. +It is worth reading even if you have used Exercism before, since it covers Java-specific tooling. + +[tutorial]: https://exercism.org/tracks/java/exercises/hello-world