libuwuc/hello.c
2023-09-30 12:00:05 +02:00

6 lines
119 B
C

#include<stdio.h>
#include<sys/mman.h>
int main(int argc, char *argv[]) {
PROT_WRITE;
puts("Hello, world!");
}