Anton
V.
Projects and
blogs
Random
Code
editors
Zig Editor
Zig Editor
A simple online editor for the Zig programming language.
untitled.zig
— Zig Editor
File
New...
Open...
Save
Save as...
Reload
Edit
Copy all content to clipboard
Clear content
View
Line numbers
Word wrap
const std = @import("std"); pub fn main() void { std.debug.print("Hello, World!\n"); }
1
const
std
=
@import
(
"std"
);
2
3
pub
fn
main
()
void
{
4
std
.
debug
.
print
(
"Hello, World!
\n
"
);
5
}
Zig Editor