From 8819bc399d5c622605bcdbf1afb36e08146f85a8 Mon Sep 17 00:00:00 2001 From: Shreyas Shankar Date: Wed, 20 Sep 2017 20:06:03 +0530 Subject: [PATCH] Updated first.cpp --- first.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/first.cpp b/first.cpp index 7f4fd9f..e4a8f33 100644 --- a/first.cpp +++ b/first.cpp @@ -1,5 +1,6 @@ #include int main() { - print("Hello World"); + printf("Hello World"); + return 0; }