Add uwu in AppleScript
This commit is contained in:
parent
a66f4fcbd2
commit
81809f279e
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ uwu in every programming language in the world
|
||||||
|
|
||||||
## Languages
|
## Languages
|
||||||
|
|
||||||
|
- [AppleScript](uwu.applescript)
|
||||||
- [AWK](uwu.awk)
|
- [AWK](uwu.awk)
|
||||||
- [Bourne shell (sh)](uwu.sh)
|
- [Bourne shell (sh)](uwu.sh)
|
||||||
- [C](uwu.c)
|
- [C](uwu.c)
|
||||||
|
|
1
uwu.applescript
Normal file
1
uwu.applescript
Normal file
|
@ -0,0 +1 @@
|
||||||
|
display dialog "uwu" buttons "uwu"
|
Loading…
Reference in a new issue