mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
Add swaymsg subproject
This commit is contained in:
parent
206606b32c
commit
d69cbeabc0
3 changed files with 29 additions and 0 deletions
11
swaymsg/main.c
Normal file
11
swaymsg/main.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void sway_terminate(void) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
int main(int argc, const char **argv) {
|
||||
printf("Hello world!");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue