c++
#include // provides std::cout
int main() { std::cout << "Hello, world!\n"; return 0; }
@andyp started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
#include // provides std::cout
int main()
{
std::cout << "Hello, world!\n";
return 0;
}