wm/main.c
2022-07-28 23:38:31 +02:00

8 lines
81 B
C

#include "wm.h"
int main(int argc, char **arg)
{
wm_init();
return 0;
}