blob: c034e96cd6334c70f2920f0b14f32c42b6da7243 [file] [log] [blame]
James Kuszmaul27da8142019-07-21 16:13:55 -07001#include <stdio.h>
2
3int main() {
4 printf("Hello, World!\n");
5}