Compare commits

...

5 Commits

Author SHA1 Message Date
sech1p 4a4b8d89a1 Add uwu in Clojure 2021-07-25 21:59:12 +02:00
sech1p 58b2063c7b Add uwu in Dart 2021-07-25 21:32:26 +02:00
sech1p 457ed7437a Add uwu in Rexx 2021-07-25 21:27:36 +02:00
sech1p 908c322be0 Add uwu in Kotlin 2021-07-25 21:22:41 +02:00
sech1p 81e5bdc3cc Add uwu in OCaml 2021-07-25 21:21:28 +02:00
6 changed files with 14 additions and 0 deletions

View File

@ -10,8 +10,10 @@ uwu in every programming language in the world
- [C](uwu.c)
- [C#](uwu.cs)
- [C++](uwu.cpp)
- [Clojure](uwu.clj)
- [COBOL](uwu.cbl)
- [D](uwu.d)
- [Dart](uwu.dart)
- [Elixir](uwu.ex)
- [Emojicode](uwu.emojic)
- [F#](uwu.fs)
@ -20,14 +22,17 @@ uwu in every programming language in the world
- [Haskell](uwu.hs)
- [Java](uwu.java)
- [Javascript](uwu.js)
- [Kotlin](uwu.kt)
- [Lua](uwu.lua)
- [Nim](uwu.nim)
- [OCaml](uwu.ml)
- [Pascal](uwu.pas)
- [Perl](uwu.pl)
- [PHP](uwu.php)
- [PowerShell](uwu.ps1)
- [Python 1 & 2](uwu.py)
- [Python 3](uwu.py3)
- [Rexx](uwu.rexx)
- [Ruby](uwu.rb)
- [Vim script](uwu.vim)
- [Visual Basic .NET](uwu.vbnet)

1
uwu.clj Normal file
View File

@ -0,0 +1 @@
(println "uwu")

3
uwu.dart Normal file
View File

@ -0,0 +1,3 @@
void main() {
print('uwu');
}

3
uwu.kt Normal file
View File

@ -0,0 +1,3 @@
fun main(args: Array<String>) {
println("uwu")
}

1
uwu.ml Normal file
View File

@ -0,0 +1 @@
print_string "uwu\n";;

1
uwu.rexx Normal file
View File

@ -0,0 +1 @@
SAY "uwu"