Skip to content

Commit e05547d

Browse files
committed
initial commit
1 parent 2c40125 commit e05547d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/app/screens/HomeScreen.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ type ExecResult =
2323
| { isError: true; text: string };
2424

2525
const DEFAULT_SAMPLE = `# Sample:
26-
26+
# print test
2727
print("Hello World")
2828
29+
# print number
2930
a = 1
3031
b = 2
3132
c = a + b

0 commit comments

Comments
 (0)