mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
Fix typo
This commit is contained in:
@@ -3,5 +3,5 @@ using System;
|
||||
class Program
|
||||
{
|
||||
static int Square(int num) => num * num;
|
||||
static void Main() => Console.WriteLine(Sqaure(42));
|
||||
static void Main() => Console.WriteLine(Square(42));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user