view bin/h @ 3381:6c1921ed1fd2

<Jafet> echo $\'main() { int x; x = 3; int y; return x + y; }\\n\' > a.c && gcc a.c
author HackBot
date Wed, 07 Aug 2013 00:32:29 +0000
parents 7914d7e0b500
children 5c5fc08f8113 09e9103dfa78
line wrap: on
line source

#!/usr/bin/perl -p
s/([aeiouy])([bcdfghjklmnpqrstvxz])/$1h$2/ig