summaryrefslogtreecommitdiffstats
path: root/test/datafile_c.0
blob: 9a99dd4a6bf0f01ed1a676c4214882d01fde72de (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 *  📂 HELLO, WORLD!
 */

#include <stdio.h>

int
main()
{
    printf("Hello, World!\n");
}