mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
5c0333fd64
Various improvements to styling. Empty opids are not valid.
12 lines
97 B
Plaintext
12 lines
97 B
Plaintext
/*
|
|
* 📂 HELLO, WORLD!
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
int
|
|
main()
|
|
{
|
|
printf("Hello, World!\n");
|
|
}
|