Login
Wiki
Source
Last Change
Revision Log
root
/
GnuDevelopmentTools
/
src
/
hello.c
View revision:
Revision
7
, 79 bytes (checked in by wataru, 5 years ago)
1st edition
Line
1
#
include
<stdio.h>
2
3
int
main
() {
4
printf(
"Hello, world!\n"
);
5
return
123;
6
}
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Plain Text
Original Format