You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
How about line marker for Zig main method and Zig test? It's very useful for developer to run test.
Run Zig main commannd:
zig run src/main.zigRu Zig tests command:
zig test --test-filter "test name" src/xxx-test.zig