summaryrefslogtreecommitdiff
path: root/chisel/chisel.h
blob: 6ded8d757d89017e302ef973858477a2a5d406a0 (plain)
1
2
3
4
5
6
#include <iostream>

int test() {
    std::cout << "lmfao" << std::endl;
    return 42;
}