This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig.git
synced
2026-04-30 06:42:48 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8a570c458bcf62bc3d882f8d253f75ec6d3fd719
zig
/
example
T
History
Andrew Kelley
f5a3281877
when linking with libc use the C runtime library
2015-12-15 12:44:42 -07:00
..
arrays
const
and
var
instead of
let
and
let mut
2015-12-14 18:51:07 -07:00
expressions
std: expose exit syscall
2015-12-15 00:07:51 -07:00
hello_world
when linking with libc use the C runtime library
2015-12-15 12:44:42 -07:00
multiple_files
instead of *mut and *const, & and &const
2015-12-14 18:10:25 -07:00
shared_library
more C header interoperability
2015-12-03 17:06:33 -07:00
structs
const
and
var
instead of
let
and
let mut
2015-12-14 18:51:07 -07:00