Skip to content

Instantly share code, notes, and snippets.

View Certifiedmi's full-sized avatar
:octocat:

Danylo Yurchyk Certifiedmi

:octocat:
View GitHub Profile
@Certifiedmi
Certifiedmi / JavaC.sublime-build
Created June 1, 2020 10:25 — forked from jfcalvo/JavaC.sublime-build
Sublime Text 2 Build System for Java (Compile and running)
{
"cmd": ["javac \"$file_name\" && java \"$file_base_name\""],
"shell": true,
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.java"
}