Skip to content

Commit

Permalink
general advice: PDP
Browse files Browse the repository at this point in the history
  • Loading branch information
grhkm21 committed Feb 16, 2024
1 parent f26d458 commit 0282bb9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion progcomp/templates/general_advice.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,21 @@ <h4>General Advice</h4>

<div class="row pt-4">
<h4>How to solve Problem 0</h4>
<p><a href="https://gist.github.com/grhkm21/581e56090c5e54237517bccb52900228">Here</a> is a semi-detailed guide on how to solve Problem 0.</p>
</div>

<div class="row pt-4">
<h4></h4>
<h4>First Year PDP</h4>
<p>Are you a CS133 "enjoyer"? If so, then good news! This will count towards your PDP. In order to get a PDP point for this event, <strong>please place your name and student ID as a comment at the top of your submission files.</strong> For example:</p>

<pre>
// Name: Alia Meek
// ID: 2301730

public void my_solution() {
// your code
}
</pre>

</div>
{% endblock %}

0 comments on commit 0282bb9

Please sign in to comment.