diff --git a/skit.cpp b/skit.cpp index 8403ab6..a90b905 100644 --- a/skit.cpp +++ b/skit.cpp @@ -1,6 +1,6 @@ #include using namespace std; int main(){ - cout<<"hel"; + cout<<"hello world"; return 0; -} \ No newline at end of file +}