yggdrasil/test.c

9 lines
137 B
C
Raw Normal View History

#include <pthread.h>
2024-11-20 15:39:10 +02:00
#include <unistd.h>
#include <assert.h>
#include <stdio.h>
2024-11-15 23:18:04 +02:00
int main(int argc, const char **argv) {
2024-11-11 15:19:36 +02:00
return 0;
}