Skip to content

Commit 300097b

Browse files
committed
Alter single-file compile file slightly
1 parent c0d1df5 commit 300097b

File tree

1 file changed

+1
-1
lines changed
  • snippets5000/PullRequestSimulations/snippets/good/normal/single_code_file

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/local/share/dotnet/dotnet run
2-
Console.WriteLine2("Now: " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
2+
Console.WriteLine("Now: " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));

0 commit comments

Comments
 (0)