Compare commits
No commits in common. "c23fbed9faa0dd9e21b80e979c1ba1f7f6b488da" and "5299bad3757f56e66deb7be2c0b171c37f41135a" have entirely different histories.
c23fbed9fa
...
5299bad375
4 changed files with 0 additions and 15 deletions
|
@ -7,11 +7,9 @@ uwu in every programming language in the world
|
|||
- [AppleScript](uwu.applescript)
|
||||
- [AWK](uwu.awk)
|
||||
- [Bourne shell (sh)](uwu.sh)
|
||||
- [B](uwu.b)
|
||||
- [C](uwu.c)
|
||||
- [C#](uwu.cs)
|
||||
- [C++](uwu.cpp)
|
||||
- [Chapel](uwu.chpl)
|
||||
- [Clojure](uwu.clj)
|
||||
- [COBOL](uwu.cbl)
|
||||
- [D](uwu.d)
|
||||
|
@ -39,7 +37,6 @@ 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
|
||||
|
||||
|
|
6
uwu.b
6
uwu.b
|
@ -1,6 +0,0 @@
|
|||
main() {
|
||||
putchar('u');
|
||||
putchar('w');
|
||||
putchar('u');
|
||||
putchar('*n');
|
||||
}
|
1
uwu.chpl
1
uwu.chpl
|
@ -1 +0,0 @@
|
|||
writeln('uwu');
|
5
uwu.zig
5
uwu.zig
|
@ -1,5 +0,0 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn main() !void {
|
||||
try std.io.getStdOut().writer().print("uwu\n", .{});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue