const std = @import("std");

pub fn get() i32 {
    std.debug.print("Running route get!\n", .{});
    return 13;
}