diff options
| author | Roman Frołow <[email protected]> | 2024-05-20 21:32:32 +0200 |
|---|---|---|
| committer | Roman Frołow <[email protected]> | 2024-05-20 21:32:32 +0200 |
| commit | a6d13af0c257701137db0d031d1898fd838fc158 (patch) | |
| tree | d48fa46c5aa4844334660d548130756d2f47349b /exercises | |
| parent | 776316e60ba6b9500969c3d0b6f63865af3cb92d (diff) | |
| download | ziglings-a6d13af0c257701137db0d031d1898fd838fc158.tar.xz ziglings-a6d13af0c257701137db0d031d1898fd838fc158.zip | |
the Earth
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/047_methods.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/047_methods.zig b/exercises/047_methods.zig index d2e3ee6..3221ca2 100644 --- a/exercises/047_methods.zig +++ b/exercises/047_methods.zig @@ -40,7 +40,7 @@ // Okay, you're armed. // // Now, please zap the alien structs until they're all gone or -// Earth will be doomed! +// the Earth will be doomed! // const std = @import("std"); |
