Moving Java drivers; Creating iotruntime socket connections for C++; First version...
[iot2.git] / benchmarks / drivers / Java / 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 }