Add uwu in Chapel
This commit is contained in:
parent
5299bad375
commit
7843fc823d
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ uwu in every programming language in the world
|
||||||
- [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)
|
||||||
|
|
1
uwu.chpl
Normal file
1
uwu.chpl
Normal file
|
@ -0,0 +1 @@
|
||||||
|
writeln('uwu');
|
Loading…
Reference in a new issue