Add uwu in Objective-C
This commit is contained in:
parent
4a4b8d89a1
commit
5299bad375
2 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,7 @@ uwu in every programming language in the world
|
|||
- [Kotlin](uwu.kt)
|
||||
- [Lua](uwu.lua)
|
||||
- [Nim](uwu.nim)
|
||||
- [Objective-C](uwu.m)
|
||||
- [OCaml](uwu.ml)
|
||||
- [Pascal](uwu.pas)
|
||||
- [Perl](uwu.pl)
|
||||
|
|
7
uwu.m
Normal file
7
uwu.m
Normal file
|
@ -0,0 +1,7 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("uwu\n");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue