Skip to content

Commit aa7a097

Browse files
authored
Update Program.cs
1 parent 97a5096 commit aa7a097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Program
55
{
66
static void Main(string[] args)
77
{
8-
string imagePath = "5364139374037560681_99.jpg";
8+
string imagePath = "5382153446129525112_99.jpg";
99
Bitmap bitmap = new Bitmap(imagePath);
1010

1111
for (int y = 0; y < bitmap.Height; y += 6)

0 commit comments

Comments
 (0)