Compare commits
5 commits
cf968d4237
...
4a4b8d89a1
Author | SHA1 | Date | |
---|---|---|---|
4a4b8d89a1 | |||
58b2063c7b | |||
457ed7437a | |||
908c322be0 | |||
81e5bdc3cc |
6 changed files with 14 additions and 0 deletions
|
@ -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
1
uwu.clj
Normal file
|
@ -0,0 +1 @@
|
|||
(println "uwu")
|
3
uwu.dart
Normal file
3
uwu.dart
Normal file
|
@ -0,0 +1,3 @@
|
|||
void main() {
|
||||
print('uwu');
|
||||
}
|
3
uwu.kt
Normal file
3
uwu.kt
Normal file
|
@ -0,0 +1,3 @@
|
|||
fun main(args: Array<String>) {
|
||||
println("uwu")
|
||||
}
|
1
uwu.ml
Normal file
1
uwu.ml
Normal file
|
@ -0,0 +1 @@
|
|||
print_string "uwu\n";;
|
1
uwu.rexx
Normal file
1
uwu.rexx
Normal file
|
@ -0,0 +1 @@
|
|||
SAY "uwu"
|
Loading…
Add table
Add a link
Reference in a new issue