Ver código fonte

added hello-world.java

master
vala 4 anos atrás
pai
commit
4185e48f4b
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      hello-world.java

+ 3
- 0
hello-world.java Ver arquivo

@@ -0,0 +1,3 @@
public static void main(String[] args){
System.out.print("hello world");
}

Carregando…
Cancelar
Salvar