Two Tasks
This commit is contained in:
11
8. String to Integer (atoi)/Program.cs
Normal file
11
8. String to Integer (atoi)/Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace _8._String_to_Integer__atoi_;
|
||||
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().MyAtoi(" "));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user