Skip to content

Commit 62905d9

Browse files
authored
Update 3-Lexer.md
1 parent cc63102 commit 62905d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/en/3-Lexer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ information. In the main function, add the following:
519519
// types of variable/function
520520
enum { CHAR, INT, PTR };
521521
int *idmain; // the `main` function
522-
int main() {
522+
int main(int argc, char **argv) {
523523
...
524524

525525
src = "char else enum if int return sizeof while "

0 commit comments

Comments
 (0)