From a30a89385472898ac9ac04176756207ee50bdad0 Mon Sep 17 00:00:00 2001 From: chayitasty Date: Sat, 31 Dec 2016 00:14:11 +0800 Subject: [PATCH] Add my studentID --- func.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func.c b/func.c index 03da20e..fd22ab6 100644 --- a/func.c +++ b/func.c @@ -3,6 +3,6 @@ char *getStudentID(char *id) { /* Return your student id. */ - + strcpy(id,"1032989"); return id; }