index
:
swayfx.git
master
SwayFX: Sway, but with eye candy!
System user; root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swaybg
/
main.c
blob: 4a8ef52294910c263682263387aeebf91a1bad5b (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(int argc, char **argv) { printf("Hello world"); return 0; }