마크를 이용하여 문단을 엮어준다
마크를 이용하여 문단을 엮어준다
public class BootSpringBootApplication {
public static void main(String[] args) {
System.out.println("Hello, Honeymon");
}
}
첫번째 문단
두번째 문단
안녕
안녕하세요
안녕
안녕
let sumNumbers = (firstNum, lastNum) => {
return firstNum + lastNum;
};
sumNumbers(100, 200);
```
```python
num_list = ['one', 'two', 'three']
for num in num_list:
print(num)
public class BootSpringBootApplication {
public static void main(String[] args) {
System.out.println("Hello, Honeymon");
}
}
👍👌😊😂😘