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