leankg 0.16.7

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

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