mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
3666c314f8
Also, a refactor.
7 lines
79 B
C
7 lines
79 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello world!\n");
|
|
return 0;
|
|
}
|