We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8941d9 + 5b92b75 commit 21dec66Copy full SHA for 21dec66
1 file changed
frontend/app/screens/HomeScreen.tsx
@@ -23,9 +23,6 @@ type ExecResult =
23
| { isError: true; text: string };
24
25
const DEFAULT_SAMPLE = `# Sample:
26
-# print test
27
-print("Hello World")
28
-
29
# print number
30
a = 1
31
b = 2
0 commit comments