Skip to content
This repository was archived by the owner on Jan 9, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Program
static void Main(string[] args)
{
Random r = new Random();
int n = r.Next(100);
int n = r.Next(1, 100);
Comment thread
ktos marked this conversation as resolved.

bool w = false;

Expand Down
Empty file added tt.tct
Empty file.