You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
223 B
223 B
+++ title = "Hello, world!" author = ["Christopher James Hayward"] date = 2021-01-17 lastmod = 2021-02-01T16:10:18-05:00 draft = false +++
#include <stdio.h>
int main() {
printf("Hello, world!");
return 0;
}