From 191c72f6294d65642e1391e867df8405d516fa43 Mon Sep 17 00:00:00 2001 From: Constantin Piber Date: Sat, 24 Jul 2021 16:25:40 +0200 Subject: [PATCH 1/2] Remove type from cpp main --- cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp.cpp b/cpp.cpp index dbbd85e..dd5fa3d 100644 --- a/cpp.cpp +++ b/cpp.cpp @@ -1 +1 @@ -int main(){} \ No newline at end of file +main(){} \ No newline at end of file From b51151470c4090ece4044f08b6b2bde48fc8f97e Mon Sep 17 00:00:00 2001 From: Constantin Piber Date: Sat, 24 Jul 2021 16:25:59 +0200 Subject: [PATCH 2/2] Remove type and newline from c file --- c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.c b/c.c index f7fb591..8317611 100644 --- a/c.c +++ b/c.c @@ -1 +1 @@ -int main; +main; \ No newline at end of file