Hello
Here is a hello in both Golang and Odin
package main
import "fmt"
func main(){
fmt.Println("hello")
}
package main
import "core:fmt"
main::proc(){
fmt.println("hello")
}
test summary
· 1 min read
Here is a hello in both Golang and Odin
package main
import "fmt"
func main(){
fmt.Println("hello")
}
package main
import "core:fmt"
main::proc(){
fmt.println("hello")
}