mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +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;
|
|
}
|