We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing
https://www.youtube.com/watch?v=modXC5IWTJI
The text was updated successfully, but these errors were encountered:
Testing123
Sorry, something went wrong.
Test
Hello
World
Here's some code
var y: i32 = add(10, x); const x: i32 = add(12, 34); test "global variables" { assert(x == 46); assert(y == 56); } fn add(a: i32, b: i32) i32 { return a + b; } const std = @import("std"); const assert = std.debug.assert;
dwwoelfel
No branches or pull requests
Testing
https://www.youtube.com/watch?v=modXC5IWTJI
The text was updated successfully, but these errors were encountered: