Add uwu in BCPL
This commit is contained in:
parent
9754ef89cb
commit
763c4bccf7
2 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,7 @@ uwu in every programming language in the world
|
||||||
- [Bourne shell (sh)](uwu.sh)
|
- [Bourne shell (sh)](uwu.sh)
|
||||||
- [B](uwu.b)
|
- [B](uwu.b)
|
||||||
- [bc](uwu.bc)
|
- [bc](uwu.bc)
|
||||||
|
- [BCPL](uwu.bcpl)
|
||||||
- [C](uwu.c)
|
- [C](uwu.c)
|
||||||
- [C#](uwu.cs)
|
- [C#](uwu.cs)
|
||||||
- [C++](uwu.cpp)
|
- [C++](uwu.cpp)
|
||||||
|
|
6
uwu.bcpl
Normal file
6
uwu.bcpl
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
get "libhdr"
|
||||||
|
|
||||||
|
let start() be
|
||||||
|
$(
|
||||||
|
writes("uwu*n")
|
||||||
|
$)
|
Loading…
Reference in a new issue