Skip to content

Instantly share code, notes, and snippets.

@vladChaplin
Last active January 4, 2025 10:56
Show Gist options
  • Save vladChaplin/194be0d1ff214965096a04e40522b29f to your computer and use it in GitHub Desktop.
Save vladChaplin/194be0d1ff214965096a04e40522b29f to your computer and use it in GitHub Desktop.

Revisions

  1. vladChaplin revised this gist Jan 4, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion HelloForDocker.java
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@

    public class HelloforDocker {
    public class HelloForDocker {
    public static void main(String[] agrs) {
    System.out.println("Hello Docker it's revolution!");
    }
  2. vladChaplin created this gist Jan 1, 2025.
    6 changes: 6 additions & 0 deletions HelloForDocker.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@

    public class HelloforDocker {
    public static void main(String[] agrs) {
    System.out.println("Hello Docker it's revolution!");
    }
    }