8 lines
60 B
Go
8 lines
60 B
Go
package main
|
|
|
|
def main() {
|
|
Println("I'm here!")
|
|
}
|
|
|
|
main()
|