1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 21:07:39 +03:00
lnav/test/datafile_c.0
Tim Stack 5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
2023-08-16 22:13:15 -07:00

12 lines
97 B
Plaintext

/*
* 📂 HELLO, WORLD!
*/
#include <stdio.h>
int
main()
{
printf("Hello, World!\n");
}