Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jun 12, 2024
1 parent 6c0d8d7 commit f786a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
int main()
{
HANDLE handle = GetStdHandle(STD_OUTPUT_HANDLE);
const wchar_t s[] = {231, 97, 231, 97, 32, 107, 117, 351, 117};
const wchar_t s[] = {231, 97, 231, 97, 32, 107, 117, 351, 117, 0};
WriteConsoleW(handle, s, wcslen(s), nullptr, nullptr);
return 0;
}

0 comments on commit f786a30

Please sign in to comment.