mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-03 04:11:42 +00:00
This isn't technically required in those cases (we're in a definition, not in a declaration), but let's add it for consistency.
7 lines
83 B
C
7 lines
83 B
C
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
printf("Hello world\n");
|
|
return 42;
|
|
}
|