aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk0/lab0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ee1301/wk0/lab0.cpp')
-rw-r--r--ee1301/wk0/lab0.cpp2
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;
}