Skip to content

Commit

Permalink
Merge pull request #838 from 0xb-s/feat-introduce-zig-in-test_data
Browse files Browse the repository at this point in the history
feat: add zig code to test_data basic
  • Loading branch information
reyammer authored Dec 24, 2024
2 parents 43871b1 + a898f62 commit 0d6bc3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests_data/basic/zig/code.zig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const std = @import("std");

pub fn main() void {
std.debug.print("Hello, World!\n", .{});
}

0 comments on commit 0d6bc3f

Please sign in to comment.