Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Easton L.

Easton L.

Easton L. has asked 1 questions and find answers to 2 problems.

Stats

51
EtPoint
14
Vote count
1
questions
2
answers

About

A professional software engineer since 2007, passionate about learning things new every day. Programming language footprint:

C++, C#, WPF, JavaScript, Typescript, node.js, Android

Following the next:

package main    
import "fmt"    
func main() {
    fmt.Println("Hello, guess who I am.")
}