Mercurial
view third_party/emsdk/bazel/test_external/hello-world.cc @ 231:09a96dcb2b4c hg-web
[merge] Join existing hg-web branch head
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 16:50:48 -0700 |
| parents | 8d17f6e6e290 |
| children |
line wrap: on
line source
#include <iostream> int main(int argc, char** argv) { std::cout << "hello world!" << std::endl; return 0; }