From 88ed239f3f823f156438d0811706a485d4bc2e97 Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 22 Apr 2020 11:13:05 +0200 Subject: [PATCH] test commit --- src/main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tex b/src/main.tex index d3b225d..3d4582b 100644 --- a/src/main.tex +++ b/src/main.tex @@ -204,7 +204,7 @@ int main() //Assigning address of num to the pointer p p = *num; - printf("Address of variable num is: %p", p); + printf("Address of variable: %p", p); return 0; } \end{lstlisting}