blob: 5713ac0a92bfca4b5fd5116850ff89f741417a48 [file] [log] [blame]
Matt Rosencrantzed591932015-04-27 11:38:40 -07001// Copyright 2015 The Vanadium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// Package hello defines a simple client and server and uses them in a series
6// of regression tests. The idea is for these programs to have stable interfaces
7// (command line flags, output, etc) so that the test code won't need to change
8// as the underlying framework changes.
9package hello