This website requires JavaScript.
Explore
Help
Sign In
greg
/
hello
Watch
1
Star
0
Fork
You've already forked hello
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1be0e51b91
hello
/
hello.c
7 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
hello-c from NixOS/templates https://github.com/NixOS/templates/blob/master/c-hello
2023-09-12 14:09:05 +00:00
#
include
"stdio.h"
bring in flake-utils
2023-09-12 15:31:06 +00:00
int
main
(
int
argc
,
char
*
*
argv
)
hello-c from NixOS/templates https://github.com/NixOS/templates/blob/master/c-hello
2023-09-12 14:09:05 +00:00
{
bring in flake-utils
2023-09-12 15:31:06 +00:00
printf
(
"
Hello, world!
\n
"
)
;
hello-c from NixOS/templates https://github.com/NixOS/templates/blob/master/c-hello
2023-09-12 14:09:05 +00:00
}
Reference in a new issue
Copy permalink