Skip to content

Instantly share code, notes, and snippets.

@phoenixperry
Created April 7, 2015 19:57
Show Gist options
  • Save phoenixperry/504643ce347ddcf43102 to your computer and use it in GitHub Desktop.
Save phoenixperry/504643ce347ddcf43102 to your computer and use it in GitHub Desktop.
import java.util.*;
int x = 10;
String s = "2";
x = Integer.parseInt(s);
println(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment