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 005dc64 commit 6d91248
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 @@ -4,7 +4,7 @@
int main()
{
HANDLE handle = GetStdHandle(STD_OUTPUT_HANDLE);
const wchar_t s[] = {231, 97, 231, 97, 32, 107, 117, 351, 117, 0};
const wchar_t s[] = {255, 254, 231, 97, 231, 97, 32, 107, 117, 351, 117, 0};
WriteConsoleW(handle, s, wcslen(s), nullptr, nullptr);
std::cout << GetLastError() << std::endl;
return 0;
Expand Down

0 comments on commit 6d91248

Please sign in to comment.