Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of James Slattery

James Slattery

James Slattery has asked 1 questions and find answers to 0 problems.

Stats

5
EtPoint
0
Vote count
1
questions
0
answers

About

package main

import "fmt"

func main() {
    fmt.Println("i <3 code")
}

James Slattery answers