Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-02-02 04:33:37 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/example
History
Andrew Kelley 4ef062b9c8 array syntax is [10]i32 instead of [i32; 10]
2016-01-05 22:47:47 -07:00
..
arrays
array syntax is [10]i32 instead of [i32; 10]
2016-01-05 22:47:47 -07:00
expressions
std: expose exit syscall
2015-12-15 00:07:51 -07:00
guess_number
add rand example that doesn't yet work
2016-01-03 00:30:41 -07:00
hello_world
implicit casting from constant size array to string
2015-12-15 17:29:44 -07:00
list
add some brainstorming example zig code
2015-12-17 14:59:08 -07:00
maybe_type
basic maybe type working
2016-01-02 00:06:06 -07:00
multiple_files
multiple files example no longer use libc
2016-01-04 01:52:32 -07:00
rand
array syntax is [10]i32 instead of [i32; 10]
2016-01-05 22:47:47 -07:00
shared_library
more C header interoperability
2015-12-03 17:06:33 -07:00
structs
add struct value expression
2015-12-24 00:00:23 -07:00