File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Python version: 3.11] ( https://img.shields.io/badge/python%20version-3.11-1464b4.svg )] ( https://www.python.org )
2
- [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
1
+ [ ![ Zig version: 0.14.0] ( https://img.shields.io/badge/zig%20version-0.14-gold )] ( https://ziglang.org )
3
2
4
3
[ ![ qa manual: main ] ( https://github.com/noprd/example-zig/actions/workflows/manual.yaml/badge.svg?branch=main )] ( https://github.com/noprd/example-zig/actions/workflows/manual.yaml )
5
4
[ ![ qa manual: staging ] ( https://github.com/noprd/example-zig/actions/workflows/manual.yaml/badge.svg?branch=staging )] ( https://github.com/noprd/example-zig/actions/workflows/manual.yaml )
9
8
10
9
# Example Zig #
11
10
12
- This repository provides a simple Hello-World example for the [ zig] ( ) language,
11
+ This repository provides a simple Hello-World example for the [ zig] ( https://ziglang.org ) language,
13
12
which in recent times has become quite a hot option
14
13
as a simpler alternative to Rust and C++.
15
14
@@ -81,3 +80,5 @@ just build # compiles the binary
81
80
just run {args} # runs without the compiled binary
82
81
just run-exe {args} # runs the compiled binary
83
82
` ` `
83
+
84
+ NOTE: The hello-world example was taken from < https://zig-by-example.com/hello-world>
You can’t perform that action at this time.
0 commit comments