Skip to content

Commit

Permalink
add hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankco committed Feb 27, 2024
1 parent dad0bb1 commit 241c296
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Exercise2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ const Exercise2: FC = () => {
<div className="exercise-2-diagram">
<img src={Exercise2Diagram2} alt="Exercise 2 Diagram" />
</div>
<h2>How do we create a pointer to the basketball string?</h2>
<h2>
How do we create a pointer to the basketball string? (Hint: there
are 2 answers here!)
</h2>
<div className="exercise2-div">
<RunCode
questions={questions2}
Expand Down

0 comments on commit 241c296

Please sign in to comment.