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 e75303a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion progcomp/templates/general_advice.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,20 @@ <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, <b>please place your name and student ID as a comment at the top of your submission files</b>. For example:</p>

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

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

0 comments on commit e75303a

Please sign in to comment.