diff --git a/crafter.cs b/crafter.cs new file mode 100644 index 0000000..50280cf --- /dev/null +++ b/crafter.cs @@ -0,0 +1,9 @@ +namespace spplus; + +public class CourseCrafter +{ + public static void Craft() + { + + } +} \ No newline at end of file