Compare commits

..

No commits in common. "4a4b8d89a12643ad0f82aa1f203eaffacdf9c5a1" and "cf968d4237470b40b6c370660dbc093ec431673c" have entirely different histories.

6 changed files with 0 additions and 14 deletions

View file

@ -10,10 +10,8 @@ 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)
@ -22,17 +20,14 @@ 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)

View file

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

View file

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

3
uwu.kt
View file

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

1
uwu.ml
View file

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

View file

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