Skip to content

Commit

Permalink
Publish CS 362 assignment 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Apr 2, 2024
1 parent 76b9ece commit 614228b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/data/courses/sp24/cs362/assignments.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
const assignments = {
title: 'Assignments',
assignments: [
// {
// link : '',
// title: 'Assignment 1 – Using Git and GitHub',
// due: {
// day: 'Monday, 4/17/2023',
// time: '11:59pm'
// },
// notes: [
// 'Grading demo due by 11:59pm on Monday, 5/1/2023',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
// ]
// },
{
link : 'https://docs.google.com/document/d/1obP0G84QDgQdk7QciUWGl8w8oUlSygL3pCdrsTZzfSs/edit?usp=sharing',
title: 'Assignment 1 – Using Git and GitHub',
due: {
day: 'Monday, 4/15/2024',
time: '11:59pm'
},
notes: [
'Grading demo due by 11:59pm on Monday, 4/29/2024',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 2 – Unit Testing and TDD',
Expand Down

0 comments on commit 614228b

Please sign in to comment.