Skip to content

Instantly share code, notes, and snippets.

@yusuke
Created March 12, 2014 10:31
Show Gist options
  • Save yusuke/9504398 to your computer and use it in GitHub Desktop.
Save yusuke/9504398 to your computer and use it in GitHub Desktop.
import twitter4j.Twitter;
import twitter4j.TwitterFactory;
public class 改行テスト {
public static void main(String[] args) throws Exception{
Twitter t = TwitterFactory.getSingleton();
t.updateStatus("Hello\nworld");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment