and a .gitignore for good measure

This commit is contained in:
ari melody 2024-02-22 06:26:50 +00:00
parent db738613cd
commit 37f4a98791
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.exe

View file

@ -9,4 +9,4 @@ i built this in c using `winsock2`. why? because i wanted to learn sockets! and
a fun little foire into getting even more familiar with how web services work. how fun!! a fun little foire into getting even more familiar with how web services work. how fun!!
### building ### building
oh yeah you can compile this with `gcc` and a little `gcc -o ./socket.exe ./src/main.c -lws2_32`. i might make this work for mac/linux at some point if i somehow get even more bored :] oh yeah you can compile this with `gcc` and a little `gcc -o ./meow.exe ./src/main.c -lws2_32`. i might make this work for mac/linux at some point if i somehow get even more bored :]