This website works better with JavaScript.
Home
Explore
Help
Sign In
archive
/
windows-nt-4.0
mirror of
https://github.com/lianthony/NT4.0
Watch
2
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Windows NT 4.0 source code leak
2
Commits
1
Branch
0
Tags
184 MiB
C
71.6%
C++
19.5%
Assembly
5.2%
Makefile
1.4%
Rich Text Format
0.8%
Other
1.2%
Branch:
master
windows-nt-4.0
/
private
/
sdktools
/
vctools
/
pdb
/
oem
/
hello.cpp
7 lines
73 B
Raw
Permalink
Blame
History
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
hello, world
\n
"
)
;
return
0
;
}
Reference in new issue