Skip to content

Instantly share code, notes, and snippets.

@evjeny
Created November 6, 2016 12:52
Show Gist options
  • Save evjeny/8e0a418e020abc88d692da37e2fcc415 to your computer and use it in GitHub Desktop.
Save evjeny/8e0a418e020abc88d692da37e2fcc415 to your computer and use it in GitHub Desktop.
Welcome to my repo!
package com.evjeny.welcome;
public class Welcome {
public static void main(String[] args) {
System.out.println("Welcome to my repo!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment