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 26d0b80 commit 9c43142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ int main()
{
HANDLE handle = GetStdHandle(STD_OUTPUT_HANDLE);
const wchar_t s[] = {231, 97, 231, 97, 32, 107, 117, 351, 117, 0};
WriteConsoleW(handle, s, wcslen(s), nullptr, nullptr);
//WriteConsoleW(handle, s, wcslen(s), nullptr, nullptr);
wprintf(s);
return 0;
}

0 comments on commit 9c43142

Please sign in to comment.