blob: 0de89fa92e1b5c009d925d3966a7ea84497a5f04 [file] [log] [blame]
Zane Shelley142b2632019-04-17 17:18:33 -05001#include <stdio.h>
2
Ben Tyner92e39fd2020-02-05 18:11:02 -06003#include <hei_main.hpp>
4
Zane Shelley142b2632019-04-17 17:18:33 -05005int main()
6{
Ben Tyner6c1c3a12020-01-09 09:17:50 -06007 printf("Hello, World!\n");
Zane Shelley142b2632019-04-17 17:18:33 -05008}