Currently, the example.scala file is in the root of the exercise directory. This breaks the test runner as it is being included in the compilation and there are then two conflicting classes. This PR moves the example files to .meta/Example.scala, which fixes that and adheres to the spec.
Currently, the example.scala file is in the root of the exercise directory. This breaks the test runner as it is being included in the compilation and there are then two conflicting classes. This PR moves the example files to .meta/Example.scala, which fixes that and adheres to the spec.