Skip to content

Instantly share code, notes, and snippets.

@illuzor
Last active September 6, 2018 17:37
Embed
What would you like to do?
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