From e75303a1372d0b66daab40d0c605df92e0a7d1ec Mon Sep 17 00:00:00 2001 From: Gareth Ma Date: Fri, 16 Feb 2024 16:39:38 +0000 Subject: [PATCH] general advice: PDP --- progcomp/templates/general_advice.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/progcomp/templates/general_advice.html b/progcomp/templates/general_advice.html index f2ccbc9..bae1929 100644 --- a/progcomp/templates/general_advice.html +++ b/progcomp/templates/general_advice.html @@ -26,9 +26,20 @@

General Advice

How to solve Problem 0

+

Here is a semi-detailed guide on how to solve Problem 0.

-

+

First year PDP

+

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, please place your name and student ID as a comment at the top of your submission files. For example:

+ +
+// Name: Alia Meek
+// ID: 2301730
+
+public void my_solution() {
+    // your code
+}
+    
{% endblock %}