Compare commits
4 commits
3773c2d983
...
46158a02df
Author | SHA1 | Date | |
---|---|---|---|
46158a02df | |||
9cb816b339 | |||
0833d25d36 | |||
4438d22dc3 |
5 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,7 @@ uwu in every programming language in the world
|
|||
- [D](uwu.d)
|
||||
- [Dart](uwu.dart)
|
||||
- [Elixir](uwu.ex)
|
||||
- [Emacs Lisp](uwu.el)
|
||||
- [Emojicode](uwu.emojic)
|
||||
- [F#](uwu.fs)
|
||||
- [Fortran](uwu.f)
|
||||
|
@ -37,6 +38,8 @@ uwu in every programming language in the world
|
|||
- [Python 3](uwu.py3)
|
||||
- [Rexx](uwu.rexx)
|
||||
- [Ruby](uwu.rb)
|
||||
- [sed](uwu.sed)
|
||||
- [Swift](uwu.swift)
|
||||
- [Vim script](uwu.vim)
|
||||
- [Visual Basic .NET](uwu.vbnet)
|
||||
- [Zig](uwu.zig)
|
||||
|
@ -46,5 +49,6 @@ uwu in every programming language in the world
|
|||
- [asm2bf](uwu.asm2bf)
|
||||
- [Befunge](uwu.befunge)
|
||||
- [Brainfuck](uwu.bf)
|
||||
- [FiM++](uwu.fim)
|
||||
- [Hexagony](uwu.hxg)
|
||||
- [INTERCAL](uwu.i)
|
||||
|
|
1
uwu.el
Normal file
1
uwu.el
Normal file
|
@ -0,0 +1 @@
|
|||
(princ "uwu\n")
|
6
uwu.fim
Normal file
6
uwu.fim
Normal file
|
@ -0,0 +1,6 @@
|
|||
Dear Princess Celestia: uwu.
|
||||
|
||||
Today I learned about greetings:
|
||||
I said "uwu".
|
||||
|
||||
Your faithful student, Twilight Sparkle.
|
1
uwu.sed
Normal file
1
uwu.sed
Normal file
|
@ -0,0 +1 @@
|
|||
s/.*/uwu/g
|
1
uwu.swift
Normal file
1
uwu.swift
Normal file
|
@ -0,0 +1 @@
|
|||
print("uwu")
|
Loading…
Reference in a new issue