mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
7 lines
107 B
C
7 lines
107 B
C
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
int main(int argc, char const *argv[]) {
|
||
|
|
printf("Hello world.\n");
|
||
|
|
return 0;
|
||
|
|
}
|