#!/bin/sh { echo "A" && false && echo "B"} || echo "C" { echo "1" && false && echo "2"}
Standard input is empty
A C 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!