Skip to content

Instantly share code, notes, and snippets.

@tadeubdev
Created August 18, 2021 11:08
Show Gist options
  • Select an option

  • Save tadeubdev/fa4d0d10abe5953b4389a13ded99de89 to your computer and use it in GitHub Desktop.

Select an option

Save tadeubdev/fa4d0d10abe5953b4389a13ded99de89 to your computer and use it in GitHub Desktop.
public class LoremIpsum {
public static void main(String args[]) {
int valor = 10;
valor = "Lorem ipsum!";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment