mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
revert the changes i accidently committed
svn path=/trunk/; revision=15220
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
WCHAR str[255];
|
||||
|
||||
wsprintfW(str, L"%04X", 0xab34);
|
||||
printf("%S\n", str);
|
||||
printf("Hello world\n");
|
||||
return(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user