arudradey's picture
download
raw
308 Bytes
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <emscripten.h>
int main() {
srand(0);
printf("hello: a random string: %s, an integer: %d, a float: %f. Time now: %f\n",
emscripten_random() > 0.5 ? "test" : "test2",
rand(),
emscripten_random(),
emscripten_get_now());
}

Xet Storage Details

Size:
308 Bytes
·
Xet hash:
6be6259e7530f508367a7a2db738989badaf433491db79b23b3600d14914ee21

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.