Skip to content

Commit

Permalink
Update SNAPSHOT-1.0
Browse files Browse the repository at this point in the history
From Include to Import fix.
  • Loading branch information
watakak authored Feb 20, 2024
1 parent fd1a0a0 commit bc910f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def about_github():
font=(font, font_size), undo=True)

editArea.pack(fill=BOTH, expand=1)
editArea.insert('1.0', '''include cp
editArea.insert('1.0', '''import cp
class main() {
console.out('Welcome to IntStudio!')
Expand Down

0 comments on commit bc910f8

Please sign in to comment.