repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtlwifi: rtl8192{c,u}: Remove CamelCase variables
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-compile.c
blob
9821b8271deed955f1a5ba59dc2c03f8a0ca525e
1
// SPDX-License-Identifier: GPL-2.0
2
#include <stdio.h>
3
int
main
(
void
)
4
{
5
printf
(
"Hello World!
\n
"
);
6
return
0
;
7
}