diff --git a/week13.cpp b/week13.cpp index a79db89..da94f14 100644 --- a/week13.cpp +++ b/week13.cpp @@ -5,7 +5,7 @@ using namespace std; void main() { /* - TODO: replace "XXXX-XXXXX" to your student number + TODO: replace "XXXX-XXXXX" to your student number. */ - cout << "My student number is XXXX-XXXXX" << endl; + cout << "My student number is 2016-15104" << endl; } \ No newline at end of file