summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.5.2/lib/rouge/demos/zig
blob: 8374aa402354ed19117fc64b39e9f7aba1f71442 (plain)
1
2
3
4
5
6
const std = @import("std");
const warn = std.debug.warn;

fn add_floats(x: f16, y: f16) f16 {
    return x + y;
}