반응형
Description:
Make a simple function called greet that returns the most-famous "hello world!".
Style Points
Sure, this is about as easy as it gets. But how clever can you be to create the most creative hello world you can think of? What is a "hello world" solution you would want to show your friends?
Solution:
String greet() => 'hello world!';
반응형
'나는 이렇게 학습한다 > Algorithm & SQL' 카테고리의 다른 글
1120. Determine offspring sex based on genes XX and XY chromosomes (0) | 2022.11.20 |
---|---|
1119. Return Negative (0) | 2022.11.19 |
1117. Reverse List Order (0) | 2022.11.17 |
1116. Convert boolean values to strings 'Yes' or 'No'. (0) | 2022.11.17 |
1115. Reversed Strings (0) | 2022.11.15 |