Compare commits

..

No commits in common. "c23fbed9faa0dd9e21b80e979c1ba1f7f6b488da" and "5299bad3757f56e66deb7be2c0b171c37f41135a" have entirely different histories.

4 changed files with 0 additions and 15 deletions

View file

@ -7,11 +7,9 @@ uwu in every programming language in the world
- [AppleScript](uwu.applescript) - [AppleScript](uwu.applescript)
- [AWK](uwu.awk) - [AWK](uwu.awk)
- [Bourne shell (sh)](uwu.sh) - [Bourne shell (sh)](uwu.sh)
- [B](uwu.b)
- [C](uwu.c) - [C](uwu.c)
- [C#](uwu.cs) - [C#](uwu.cs)
- [C++](uwu.cpp) - [C++](uwu.cpp)
- [Chapel](uwu.chpl)
- [Clojure](uwu.clj) - [Clojure](uwu.clj)
- [COBOL](uwu.cbl) - [COBOL](uwu.cbl)
- [D](uwu.d) - [D](uwu.d)
@ -39,7 +37,6 @@ uwu in every programming language in the world
- [Ruby](uwu.rb) - [Ruby](uwu.rb)
- [Vim script](uwu.vim) - [Vim script](uwu.vim)
- [Visual Basic .NET](uwu.vbnet) - [Visual Basic .NET](uwu.vbnet)
- [Zig](uwu.zig)
## Esoteric Languages ## Esoteric Languages

6
uwu.b
View file

@ -1,6 +0,0 @@
main() {
putchar('u');
putchar('w');
putchar('u');
putchar('*n');
}

View file

@ -1 +0,0 @@
writeln('uwu');

View file

@ -1,5 +0,0 @@
const std = @import("std");
pub fn main() !void {
try std.io.getStdOut().writer().print("uwu\n", .{});
}