From ae481d60c4ff9a1fd50f992b2b3b423617e17de1 Mon Sep 17 00:00:00 2001 From: oulis Date: Tue, 19 Nov 2019 01:30:34 +0200 Subject: [PATCH] Commit message --- hello.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..936722a --- /dev/null +++ b/hello.c @@ -0,0 +1,3 @@ +int main() { + printf("Hello."); +}