How to print the current path in Zig?

后端 未结 0 739
长发绾君心
长发绾君心 2020-12-15 10:38

How do I print the current directory in Zig?

So far I have:

const std = @import("std");

var arena = std.heap.ArenaAllocator.init(std.heap.pa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题