vip/vip.c

8 lines
89 B
C
Raw Normal View History

2024-06-22 21:50:38 +02:00
#include <stdio.h>
int main(int argc, char **argv)
{
printf("vip 0.1\n");
return 0;
}