diff --git a/README.md b/README.md index e69de29..d08bdcb 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,6 @@ +# i am not yet sure what i want to do but i want to create some sort of windows on my own but the scope isnt clear yet +
+to compile the code use: + +gcc main.c -o 01_simple_window -lX11 +
\ No newline at end of file diff --git a/main.c b/main.c index e1988a3..2c0d2b7 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,14 @@ -#include