Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 133 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 133 Bytes
#include "anyicomplex.h"

int main(int argc, char **argv) {
    for (;;) {
        anyi::check_err();
    }
    return 0;
}