Add uwu in C

This commit is contained in:
sech1p 2021-07-24 21:29:28 +02:00
parent eb69703d41
commit 5be84476ac
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# uwu
uwu in every programming language in the world
## Languages
- [C](uwu.c)

7
uwu.c Normal file
View File

@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("uwu\n");
return 0;
}