From 0282bb90a5aecd59e465403e29af9a575d55f4fe Mon Sep 17 00:00:00 2001 From: Gareth Ma Date: Fri, 16 Feb 2024 16:42:46 +0000 Subject: [PATCH] general advice: PDP --- progcomp/templates/general_advice.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/progcomp/templates/general_advice.html b/progcomp/templates/general_advice.html index f2ccbc9..9f1a3d6 100644 --- a/progcomp/templates/general_advice.html +++ b/progcomp/templates/general_advice.html @@ -26,9 +26,21 @@

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 %}