mirror of
https://git.aramjonghu.nl/AramJonghu/nfi.git
synced 2026-06-06 20:38:24 +02:00
3 lines
79 B
Zig
3 lines
79 B
Zig
const std = @import("std");
|
|
const Reminder = @import("reminder.zig").Reminder;
|