aboutsummaryrefslogtreecommitdiff
path: root/problems/starshiplaunchcodes/attachments/template.js
diff options
context:
space:
mode:
Diffstat (limited to 'problems/starshiplaunchcodes/attachments/template.js')
-rw-r--r--problems/starshiplaunchcodes/attachments/template.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/problems/starshiplaunchcodes/attachments/template.js b/problems/starshiplaunchcodes/attachments/template.js
new file mode 100644
index 0000000..7cac261
--- /dev/null
+++ b/problems/starshiplaunchcodes/attachments/template.js
@@ -0,0 +1,6 @@
+const S = parseInt(readline());
+
+// Write an answer using console.log()
+// To debug: console.error('Debug messages...');
+
+console.log('code(s)');