• Skip to primary navigation
  • Skip to content
  • Skip to footer
upprsk
  • Posts
  • Categories
  • Tags
  • About
    Lucas Ross

    Lucas Ross

    Computer programmer. I like compilers and low level code. A lot.

    • GitHub

    First Post

    less than 1 minute read

    This is the first post. It is a test of this thing. This is a link to the repo.

    #include <stdio.h>
    
    int main() {
        printf("Hello, world\n");
    
        return 0;
    }
    

    Tags: update

    Categories: blog

    Updated: October 24, 2024

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Custom Allocators in C

    19 minute read

    Memory allocation is not fun, specially in C. Even if the lack of fat pointers is ignored, every single allocation needs to be kept in my small brain in orde...

    • GitHub
    • Feed
    © 2024 upprsk. Powered by Jekyll & Minimal Mistakes.