Add uwu in C#
This commit is contained in:
parent
ec9efb51ae
commit
5b197f4919
2 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,7 @@ uwu in every programming language in the world
|
||||||
- [AWK](uwu.awk)
|
- [AWK](uwu.awk)
|
||||||
- [Bourne shell (sh)](uwu.sh)
|
- [Bourne shell (sh)](uwu.sh)
|
||||||
- [C](uwu.c)
|
- [C](uwu.c)
|
||||||
|
- [C#](uwu.cs)
|
||||||
- [C++](uwu.cpp)
|
- [C++](uwu.cpp)
|
||||||
- [D](uwu.d)
|
- [D](uwu.d)
|
||||||
- [Elixir](uwu.ex)
|
- [Elixir](uwu.ex)
|
||||||
|
|
9
uwu.cs
Normal file
9
uwu.cs
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
using System;
|
||||||
|
|
||||||
|
class uwu
|
||||||
|
{
|
||||||
|
static void Main(string[] args)
|
||||||
|
{
|
||||||
|
Console.WriteLine("uwu");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue