master
gnomerd 5 years ago
parent 96143aab0d
commit e72b6d3b6d
  1. 10
      2019/Day1/Part2.cs
  2. BIN
      2019/Day1/bin/Debug/netcoreapp2.2/Day1.dll
  3. BIN
      2019/Day1/bin/Debug/netcoreapp2.2/Day1.pdb
  4. BIN
      2019/Day1/obj/Debug/netcoreapp2.2/Day1.dll
  5. BIN
      2019/Day1/obj/Debug/netcoreapp2.2/Day1.pdb

@ -2,5 +2,13 @@
using System.IO;
namespace Part2 {
public class Get {
public int GetTotalFuel( int[] modules ) {
for( int i = 0; i < modules.Length; i++ ) {
}
return 0;
}
}
}

Loading…
Cancel
Save