smidr 1.2.1

Smidr is a cargo-inspired build tool for C/C++ projects, meant to bridge dependencies across different build systems into a single build.
1
2
3
4
5
6
7
#include <iostream>

int main() {
    std::cout << "Hello, World!" << std::endl;

    return 0;
}