This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-19 12:51:52 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2ec9dc5595
semantic
/
semantic-python
/
app
/
Main.hs
5 lines
69 B
Haskell
Raw
Normal View
History
Unescape
Escape
Replace Graph with unlabeled graph Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
2020-01-08 21:02:53 +03:00
module
Main
(
main
)
where
Add a semantic-python stub executable Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
2020-01-08 20:51:37 +03:00
main
::
IO
()
main
=
putStrLn
"
hell world
"
Reference in New Issue
Copy Permalink