mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05: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;
|
||
|
|
}
|