This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
gython
mirror of
https://github.com/brettlangdon/gython.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
update main's signature
master
Brett Langdon
10 years ago
parent
8de9bd86d6
commit
4e5763924c
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
main.go
+ 2
- 1
main.go
View File
@ -23,6 +23,7 @@ func tokenize() {
}
func
main
(
)
{
root
:=
parser
.
ParseReader
(
os
.
Stdin
)
root
,
p
:=
parser
.
ParseReader
(
os
.
Stdin
)
fmt
.
Println
(
p
)
fmt
.
Println
(
root
)
}
Write
Preview
Loading…
Cancel
Save