Drawing Pixels in Plan9

note, May 27, 2023 on Mitja Felicijan's blog

I have started exploring Plan9's graphics capabilities. This is a hello world @@ -54,21 +54,18 @@ can be a valuable resource for learning about the system

$CC $CFLAGS main.c $LD $LDFLAGS -o main main.$O

And run with ./main. To exit the program, press Delete key (strange but this -is the alternative for Ctrl+C).

This is very cool indeed!