Skip to content

Instantly share code, notes, and snippets.

@IT-Berater
Created July 1, 2016 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IT-Berater/c64729e04ea3385d4bf8321755ce7506 to your computer and use it in GitHub Desktop.
Save IT-Berater/c64729e04ea3385d4bf8321755ce7506 to your computer and use it in GitHub Desktop.
package de.wenzlaff.twpubnub;
public class CheckFarben implements Farben {
public static void main(String[] args) {
CheckFarben farbe = new CheckFarben();
System.out.println("Check: " + farbe.getDefaultFarbe());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment