Skip to content

Commit 8145de9

Browse files
committed
up work
1 parent 51f05f5 commit 8145de9

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

HelloTwo.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
3+
namespace HelloTwo
4+
{
5+
class HelloTwo
6+
{
7+
static void Main(string[] args)
8+
{
9+
Console.WriteLine("This is not tested, so I don't work")
10+
}
11+
}
12+
}

gitnew.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
print("Hello Word from Colombia")
2+
print("This is my first pull request, I hope so enjoy it.")

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,4 @@ Hello Git!
160160
Hello Hex!
161161
slim Shady from Xubuntus!
162162
Привет из Хабаровска!
163+
Hi from Colombia!

0 commit comments

Comments
 (0)