From 50cad3ece5361704bc2752bb2781d63f5890ed20 Mon Sep 17 00:00:00 2001 From: topa-mihai-sebastian Date: Sat, 19 Oct 2024 12:09:00 +0300 Subject: [PATCH 1/5] new c file Signed-off-by: topa-mihai-sebastian --- test.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test.c diff --git a/test.c b/test.c new file mode 100644 index 0000000..e69de29 From 986a160ac9e18dd8b67cefe3bc05ab5565f69c80 Mon Sep 17 00:00:00 2001 From: topa-mihai-sebastian Date: Sat, 19 Oct 2024 12:11:12 +0300 Subject: [PATCH 2/5] new file Signed-off-by: topa-mihai-sebastian --- text.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 text.txt diff --git a/text.txt b/text.txt new file mode 100644 index 0000000..e69de29 From 87e126954d316b56815025076a5708bcfbfc13f2 Mon Sep 17 00:00:00 2001 From: topa-mihai-sebastian Date: Sat, 19 Oct 2024 12:15:02 +0300 Subject: [PATCH 3/5] new file Signed-off-by: topa-mihai-sebastian --- text.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 text.c diff --git a/text.c b/text.c new file mode 100644 index 0000000..e69de29 From ed00ae1aa4098e710ceeca34b23d314388a02067 Mon Sep 17 00:00:00 2001 From: topa-mihai-sebastian Date: Sat, 19 Oct 2024 12:23:12 +0300 Subject: [PATCH 4/5] new print Signed-off-by: topa-mihai-sebastian --- c-hello/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-hello/hello.c b/c-hello/hello.c index 5420463..69a7c94 100644 --- a/c-hello/hello.c +++ b/c-hello/hello.c @@ -3,6 +3,6 @@ int main(void) { puts("Hello from Unikraft!"); - + printf("abc"); return 0; } From 589951126f4607685a3405c9567747aa60eb367a Mon Sep 17 00:00:00 2001 From: topa-mihai-sebastian Date: Sat, 19 Oct 2024 12:25:07 +0300 Subject: [PATCH 5/5] nimic nou Signed-off-by: topa-mihai-sebastian --- c-hello/hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c-hello/hello.c b/c-hello/hello.c index 69a7c94..c88eb34 100644 --- a/c-hello/hello.c +++ b/c-hello/hello.c @@ -3,6 +3,7 @@ int main(void) { puts("Hello from Unikraft!"); + //nimic printf("abc"); return 0; }