Preparing files, stubs, and skeletons for 2nd benchmark
[iot2.git] / benchmarks / drivers / GreenLawn / GreenLawn.java
1 package iotcode.GreenLawn;
2
3 import iotcode.interfaces.Lawn;
4
5 public class GreenLawn implements Lawn {
6
7         public GreenLawn() {
8
9         }
10 }