mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
7 lines
76 B
C
7 lines
76 B
C
#include <stdio.h>
|
|
|
|
|
|
int main() {
|
|
printf("Hello World!\n");
|
|
return 0;
|
|
}
|