mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 01:13:30 +02:00
Remove extraneous newlines in exercises 26 and 44
This commit is contained in:
@@ -10,7 +10,6 @@ const std = @import("std");
|
||||
// that Zig will infer the error type. This is appropriate in the case
|
||||
// of main(), but can have consequences elsewhere.
|
||||
pub fn main() !void {
|
||||
|
||||
// We get a Writer for Standard Out so we can print() to it.
|
||||
const stdout = std.io.getStdOut().writer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user