Compare commits

...

4 Commits

Author SHA1 Message Date
sech1p 46158a02df Add uwu in FiM++ 2021-08-07 02:51:09 +02:00
sech1p 9cb816b339 Add uwu in Swift 2021-08-07 02:40:50 +02:00
sech1p 0833d25d36 Add uwu in Emacs Lisp 2021-08-07 02:35:02 +02:00
sech1p 4438d22dc3 Add uwu in sed 2021-08-07 02:31:38 +02:00
5 changed files with 13 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1 @@
(princ "uwu\n")

6
uwu.fim Normal file
View 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
View File

@ -0,0 +1 @@
s/.*/uwu/g

1
uwu.swift Normal file
View File

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