Skip to content

Commit

Permalink
Update src/04-02.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored Dec 29, 2023
1 parent a9b8db3 commit 2998c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/04-02.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const print = std.debug.print;

pub fn main() !void {
var args = std.process.args();
// The First (0 index) Argument is the path to the program.
// The first (0 index) Argument is the path to the program.
_ = args.skip();
const port_value = args.next() orelse {
print("expect port as command line argument\n", .{});
Expand Down

0 comments on commit 2998c81

Please sign in to comment.