For full text search please use the '?' prefix. e.g. ? Onboarding
C
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello, world\n"
)
;
}