view bin/runcpp @ 10382:80035b119441

<shachaf> slwd np//s.ns.n problems.
author HackBot
date Fri, 10 Mar 2017 03:39:34 +0000
parents 7f957c1f4661
children
line wrap: on
line source

#!/bin/bash
sed s:\\n:\n:g >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out