mirror of
https://git.suckless.org/9base
synced 2025-08-30 20:03:47 -07:00
9 lines
96 B
C
9 lines
96 B
C
#include <lib9.h>
|
|
|
|
int
|
|
main(int argc, char **argv)
|
|
{
|
|
werrstr("hello world");
|
|
print("%r\n");
|
|
}
|