I'm Valentin, a java developer. In this blog, I'll write about programming.
If you have any wishes about things I should write about, feel free to leave a comment.
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); } }