#include #include "bigint.h" int main(int argc, char *argv[]) { printf("Hallo Welt\n"); bigFromInt(5); return 0; }