mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 19:55:07 +01:00
6 lines
119 B
C
6 lines
119 B
C
#include<stdio.h>
|
|
#include<sys/mman.h>
|
|
int main(int argc, char *argv[]) {
|
|
PROT_WRITE;
|
|
puts("Hello, world!");
|
|
}
|