systemtap/tests/Sanity/userspace-probes/hello.c
2022-01-17 17:48:17 +01:00

8 lines
84 B
C

#include <stdio.h>
int main(void) {
printf("Hello world!\n");
return 0;
}