This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
linux-kernelorg-stable
mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux.git
Watch
1
Star
0
Fork
You've already forked linux-kernelorg-stable
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
94dea151bf
linux-kernelorg-stable
/
tools
/
build
/
feature
/
test-hello.c
8 lines
95 B
C
Raw
Blame
History
// SPDX-License-Identifier: GPL-2.0
#
include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"
hi
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink