mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
7 lines
79 B
C
7 lines
79 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main() {
|
||
|
printf("Hello world!\n");
|
||
|
return 0;
|
||
|
}
|