arudradey's picture
download
raw
394 Bytes
/*
* Copyright 2016 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/
#include <stdio.h>
int main() {
FILE* f = fopen("/dev/stdout", "w");
fprintf(f, "Hello, world!\n");
fclose(f);
return 0;
}

Xet Storage Details

Size:
394 Bytes
·
Xet hash:
e27bd562fcb4d3f85752a7a5d59ffb59c6b03d2e2d07551ab38db594fd782f10

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