index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example
/
hello_world
/
hello.zig
Age
Commit message (
Expand
)
Author
2019-07-16
retire the example/ folder, rename test-build-examples to "standalone"
Andrew Kelley
2018-12-23
hello world example can use `const` instead of `var`
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-01
update hello world examples
Andrew Kelley
2017-04-04
API for command line args
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-01-25
compiler enforces checking for error
Andrew Kelley
2016-01-25
syntax: back to -> for return type, no more =>
Andrew Kelley
2016-01-24
update std lib to use error type and global variables
Andrew Kelley
2016-01-23
main returns %void
Andrew Kelley
2016-01-20
parsing error value decls and error value literals
Andrew Kelley
2016-01-16
better main symbol prototype
Andrew Kelley
2016-01-15
rename "use" to "import"
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2015-12-15
implicit casting from constant size array to string
Andrew Kelley
2015-12-15
std: even more efficient inline assembly
Andrew Kelley
2015-12-14
instead of *mut and *const, & and &const
Andrew Kelley
2015-12-12
std: print_str no longer requires length argument
Andrew Kelley
2015-12-09
ability to call external variadic functions
Andrew Kelley
2015-12-06
fix hello world example
Andrew Kelley
2015-12-03
add labels and goto
Andrew Kelley
2015-12-01
string literals have type *const u8
Josh Wolfe
2015-11-30
refactor code to prepare for multiple files
Andrew Kelley