day 1
This commit is contained in:
10
AOC2023/Problems/Day01/Trebuchet.cs
Normal file
10
AOC2023/Problems/Day01/Trebuchet.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AOC2023.Problems.Day01;
|
||||
public class Trebuchet
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user