mirror of
https://github.com/swaywm/sway.git
synced 2025-01-05 03:46:43 +01: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;
|
||
|
}
|