2014-08-19 12:07:57 +02:00
|
|
|
// Copyright 2014 by Sascha L. Teichmann
|
|
|
|
// Use of this source code is governed by the MIT license
|
|
|
|
// that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
func main() {
|
2014-08-19 12:27:42 +02:00
|
|
|
// TODO: Implement me!
|
2014-08-19 12:07:57 +02:00
|
|
|
}
|