summaryrefslogtreecommitdiff
path: root/test/math/linearRecurrence.cpp.awk
blob: 902fd4b506f0734bb31b376138404429f5adca74 (plain)
1
2
3
4
/vector<ll> mul/ { 
    sub(/mul/, "mulSlow")
}
{ print }