mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
6 lines
95 B
Zig
6 lines
95 B
Zig
const std = @import("std");
|
|
|
|
pub fn hello() void {
|
|
std.debug.print("Hello world!", .{});
|
|
}
|