8 lines
81 B
C
8 lines
81 B
C
#include "wm.h"
|
|
|
|
int main(int argc, char **arg)
|
|
{
|
|
wm_init();
|
|
return 0;
|
|
}
|