mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
8 lines
67 B
Text
8 lines
67 B
Text
#include <stdio.h>
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
puts ("Hello");
|
|
return 0;
|
|
}
|