Merge conflict resolved

This commit is contained in:
Ben
2018-10-13 12:35:21 +01:00
7 changed files with 642 additions and 15 deletions

View File

@@ -1,15 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace universal_science_solver.Physics {
class BasicPhysics {
public static void SpeedDistanceTime() {
Console.WriteLine("Calculate distance (d), speed (s) or time (t)");
}
}
}