arudradey's picture
download
raw
644 Bytes
// Copyright 2013 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>
#if __cplusplus != 201103L
#error This file should be compiled with -std=c++11!
#endif
#ifdef _REENTRANT
#error Expected to be compiled single-threaded.
#endif
#ifdef __cpp_threadsafe_static_init
#error single-threaded builds should not define __cpp_threadsafe_static_init
#endif
int main( int argc, const char *argv[] ) {
printf("Hello, world!\n");
return 0;
}

Xet Storage Details

Size:
644 Bytes
·
Xet hash:
c40bec1dafa809e846900a4fb88c4d23576b5cc30b068b70e8ce1ea7fb5eeae1

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