new paste || ipv4:You're using HTTP/2! Can't check! | ipv6:You're using HTTP/2! Can't check! || Connected via HTTP/2!

paste 14272/ade1 | 716 views since 2018-12-28 17:02:38 | text/plain | wrap || empty reply | copy reply | quote reply
js:(
#include <iostream>

int main( int argc, char** argv )
{
  std::cout << "hello world" << std::endl;
  return 0;
}