Run ❯
zig
.
com
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
int main() { char txt[] = "Hello\tWorld!"; printf("%s", txt); return 0; }
Hello World!