mirror of
https://github.com/NixOS/templates.git
synced 2026-01-12 01:08:18 +01:00
By dropping the dependency on an external source repo, it becomes more representative of a typical flake.
6 lines
89 B
C
6 lines
89 B
C
#include "stdio.h"
|
|
|
|
int main(int argc, char * * argv)
|
|
{
|
|
printf("Hello Nixers!\n");
|
|
}
|