Skip to content

Instantly share code, notes, and snippets.

View msorvig's full-sized avatar

Morten Johan Sørvig msorvig

  • The Qt Company
  • Norway
View GitHub Profile
@msorvig
msorvig / main.cpp
Created April 10, 2026 12:56
WASI Clang Playground
#include <print>
#include <vector>
#include <algorithm>
#include <numeric>
int main() {
std::println();
return 0;
}
@msorvig
msorvig / main.cpp
Created April 10, 2026 12:55
WASI Clang Playground
#include <print>
#include <vector>
#include <algorithm>
#include <numeric>
int main() {
std::println();
return 0;
}