mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
13 lines
274 B
C
13 lines
274 B
C
--- ./data/templates/files/main.c.orig 2018-12-16 13:02:55.000000000 +0200
|
|
+++ ./data/templates/files/main.c 2019-03-26 14:48:33.380338000 +0200
|
|
@@ -2,8 +2,7 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
-int main(int argc, char **argv)
|
|
-{
|
|
+int main(int argc, char **argv) {
|
|
|
|
return 0;
|
|
}
|