mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 09:51:38 -05:00
7 lines
73 B
C
7 lines
73 B
C
#include <xcb/xcb.h>
|
|
#include "main.h"
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|