Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YPandas committed Feb 21, 2024
1 parent 758a885 commit a3705eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/Exercise6.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ const Exercise6: FC = () => {
<div className="exercise6-div">
<RunCode
questions={question}
displayText={'Which code segment correctly starts the linked list?\n Node* head; // head Node, assume Node class is defined\nNode* tail; // tail Node'}
displayText={
'Which code segment correctly starts the linked list?\n Node* head; // head Node, assume Node class is defined\nNode* tail; // tail Node'
}
/>
</div>
);
Expand Down

0 comments on commit a3705eb

Please sign in to comment.