Skip to content

Latest commit

ย 

History

History
12 lines (9 loc) ยท 339 Bytes

README.md

File metadata and controls

12 lines (9 loc) ยท 339 Bytes

[baekjoon-9093] ๋‹จ์–ด ๋’ค์ง‘๊ธฐ

image

๋ฌธ์ž์—ด ๋’ค์ง‘๋Š” ๋ฐฉ๋ฒ• - Java

StringBuffer buffer = new StringBuffer();
String s = "Hello";
buffer.append(s).reverse();
System.out.println(buffer.toString()); // olleH