/* Copyright 2018 SiFive, Inc */ /* SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> void main() { printf("Hello, World\n"); }