Skip to content

Commit 21dec66

Browse files
authored
Merge pull request #7 from europanite/feature/develop
fix/verify
2 parents b8941d9 + 5b92b75 commit 21dec66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/app/screens/HomeScreen.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ type ExecResult =
2323
| { isError: true; text: string };
2424

2525
const DEFAULT_SAMPLE = `# Sample:
26-
# print test
27-
print("Hello World")
28-
2926
# print number
3027
a = 1
3128
b = 2

0 commit comments

Comments
 (0)