mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
* Some trivial Nix Make examples.
This commit is contained in:
parent
a2e33d200e
commit
15646244ba
5 changed files with 45 additions and 0 deletions
7
examples/trivial/hello.c
Normal file
7
examples/trivial/hello.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char * * argv)
|
||||
{
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue