mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-30 07:40:41 +00:00
7 lines
80 B
C
7 lines
80 B
C
#include <stdio.h>
|
|
int main() {
|
|
printf("Hello, world!\n");
|
|
return 0;
|
|
}
|
|
|