vj-krish

Notes on GPUs, systems, and experiments.

View on GitHub
2 December 2025

Hello, world

by

This is my first post on this GitHub Pages blog.

#include <iostream>

int main() {
    std::cout << "Hello, world from Jekyll on GitHub Pages!\\n";
}
tags: