• Elvith Ma'for@feddit.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    Sadly there are many reports, that it’s just

    
    for (c in countries) { 
        c.tariffs = math.max(10,
            (c.exportsTo(us) - c.importFrom(us)) /
            (c.exportsTo(us)*2))
    }