Add uwu in Zig
This commit is contained in:
parent
7843fc823d
commit
407db2f2a0
2 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,7 @@ uwu in every programming language in the world
|
|||
- [Ruby](uwu.rb)
|
||||
- [Vim script](uwu.vim)
|
||||
- [Visual Basic .NET](uwu.vbnet)
|
||||
- [Zig](uwu.zig)
|
||||
|
||||
## Esoteric Languages
|
||||
|
||||
|
|
5
uwu.zig
Normal file
5
uwu.zig
Normal file
|
@ -0,0 +1,5 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn main() !void {
|
||||
try std.io.getStdOut().writer().print("uwu\n", .{});
|
||||
}
|
Loading…
Reference in a new issue