c05564c4d8
Android 13
10 lines
113 B
C
Executable file
10 lines
113 B
C
Executable file
#include <stdio.h>
|
|
|
|
int syscall_enter(openat)(void *args)
|
|
{
|
|
puts("Hello, world\n");
|
|
return 0;
|
|
}
|
|
|
|
license(GPL);
|