Exercise: rectangular
Write a program that accepts two numbers on the command line (the width and the length of a rectangular) and prints the area.
For example:
$ go run rectangular.go 3 4 12
Write a program that accepts two numbers on the command line (the width and the length of a rectangular) and prints the area.
For example:
$ go run rectangular.go 3 4 12