leankg 0.19.17

Lightweight Knowledge Graph for AI-Assisted Development
1
2
3
4
5
6
#include <iostream>

int add(int a, int b) {
    std::cout << "Adding numbers" << std::endl;
    return a + b;
}