blob: 875c7e01e045baba59ee4476712d86e04dd7ec57 [file] [log] [blame]
// Copyright 2020 The Fuchsia 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 "lib.h"
int main(int argc, char** argv) {
print_msg();
return 0;
}