Skip to content

Instantly share code, notes, and snippets.

@katatsu12
Created June 15, 2017 23:01
Show Gist options
  • Save katatsu12/0c1a556b6404224e4c4eaab341702eeb to your computer and use it in GitHub Desktop.
Save katatsu12/0c1a556b6404224e4c4eaab341702eeb to your computer and use it in GitHub Desktop.
First git program
package com.company;
public class Main {
public static void main(String[] args) {
System.out.println("Привет мир!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment