Add uwu in B
This commit is contained in:
parent
407db2f2a0
commit
c23fbed9fa
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,7 @@ 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)
|
||||||
|
|
6
uwu.b
Normal file
6
uwu.b
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
main() {
|
||||||
|
putchar('u');
|
||||||
|
putchar('w');
|
||||||
|
putchar('u');
|
||||||
|
putchar('*n');
|
||||||
|
}
|
Loading…
Reference in a new issue