Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@illuzor
Last active September 6, 2018 17:37
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 illuzor/1ea3ada920f8f3060f22c4dbb5ead6cd to your computer and use it in GitHub Desktop.
Save illuzor/1ea3ada920f8f3060f22c4dbb5ead6cd to your computer and use it in GitHub Desktop.
package com.illuzor.lesson.resizer;
import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException {
Resizer resizer = new Resizer();
resizer.resize();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment