We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee32fc8 commit 96ea632Copy full SHA for 96ea632
8kyu/apple_turnover.cpp
@@ -0,0 +1,5 @@
1
+#include <string>
2
+
3
+std::string apple(int x) {
4
+ return (x*x > 1000) ? "It's hotter than the sun!!" : "Help yourself to a honeycomb Yorkie for the glovebox.";
5
+}
0 commit comments