hitotp 0.1.1

TOTP Library and Command Line Tool
Documentation
1
2
3
4
5
6
#include <stdio.h>

int main() {
        printf("%d%d\n", -17 % 5, -17 / 5);
        return 0;
}