mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 09:51:29 +00:00
7 lines
91 B
C
7 lines
91 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
printf("Hello world");
|
||
|
return 0;
|
||
|
}
|