From 892cecc3fdd8b0c1f54cbe51e2f4ff6b1e7c42e1 Mon Sep 17 00:00:00 2001 From: jokers236 Date: Tue, 5 Dec 2017 17:02:33 +0900 Subject: [PATCH] renewed program (C) --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index 28f4f3b..6c52915 100644 --- a/hello.c +++ b/hello.c @@ -2,6 +2,7 @@ int main() { printf("Hello, world!\n"); + printf("hello test\n"); return 0; }