Hello World

Hello world.

This is a small place for embedded systems notes, firmware experiments, and useful engineering snippets.

1
2
3
4
5
6
#include <stdio.h>

int main(void) {
puts("hello, bits");
return 0;
}

Hello World
https://bitsforge.site/2026/06/14/hello-world/
Author
Eric
Posted on
June 14, 2026
Licensed under