Add uwu in BCPL

This commit is contained in:
sech1p 2021-08-11 16:32:40 +02:00
parent 9754ef89cb
commit 763c4bccf7
Signed by: sech1p
GPG Key ID: 44917CFA577DA652
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,7 @@ uwu in every programming language in the world
- [Bourne shell (sh)](uwu.sh)
- [B](uwu.b)
- [bc](uwu.bc)
- [BCPL](uwu.bcpl)
- [C](uwu.c)
- [C#](uwu.cs)
- [C++](uwu.cpp)

6
uwu.bcpl Normal file
View File

@ -0,0 +1,6 @@
get "libhdr"
let start() be
$(
writes("uwu*n")
$)