aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/main.cpp
blob: 8e9a184bb5ea363465987309f9c9458a6148e1e0 (plain)
1
2
3
#include <stdio.h>

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