Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
cmake
/
cxx_import_std
/
main.cpp
blob: 64914c23e664a0e7d9feb782f94d78a4c5a94452 [
file
]
import
std
;
int
main
(){
std
::
print
(
"Hello, world!\n"
);
}