/* jonascoin.c */
#include <jonascoin.h>

int main() {
    word x;

    x = exp_(2, 8);
    printf("x = %d\n", $i x);

    return 0;
}
