hecate-lib 0.2.2

A library for generating simulation code from a mathematical problem description!
Documentation
1
2
3
4
5
6
7

#include "main.hpp"

extern "C" {
int add(int a, int b) { return a + b; }
}