Skip to content

Commit 842f7b7

Browse files
authored
Update main.c
1 parent 4d7edf3 commit 842f7b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* COP 3502C Assignment 2
2-
This program is written by: Hong Thy Nguyen*/
31
#include <stdio.h>
42
#include <stdlib.h>
53
#include <string.h>
@@ -9,7 +7,7 @@
97
#define TIMEPERITEM = 5;
108
#define TIMEPERCUSTOMER = 30;
119
#define MAXTIME = 1000000000;
12-
//#include "leak_detector_c.h";
10+
1311

1412

1513
typedef struct customer {

0 commit comments

Comments
 (0)