blob: 16f8b39a4ad6eee3b6d86fa95dbfe72c1e1775bc [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "psyche/psyche.h"
int main(int argc, char **argv) {
psyche::PrintHelloWorld();
return 0;
}