daniel goldenberg

DANIEL GOLDENBERG

Hello, world!

The index zero of the posts array.

11.24.2024

Hello, world! I think I'll use this place to share technical guides, talk about cool things I've discovered, and just speak into the endless void.


#include <stdio.h>

int main(void)
{
  printf("Hello, world!\n");
  
  return 0;
}