diff options
-rw-r--r-- | ee1301/wk0/lab0.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk0/lab0.cpp b/ee1301/wk0/lab0.cpp index 5ea8196..f18b1eb 100644 --- a/ee1301/wk0/lab0.cpp +++ b/ee1301/wk0/lab0.cpp @@ -8,6 +8,6 @@ using namespace std; int main() { -cout << "Hello!" << endl; + cout << "Hello!" << endl; return 0; } |