Skip to content

Commit

Permalink
presyn
Browse files Browse the repository at this point in the history
  • Loading branch information
BitDragon256 committed Jul 5, 2023
1 parent ae547d8 commit a9eb5c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"files.associations": {
"random": "cpp",
"limits": "cpp",
"algorithm": "cpp"
}
}
Binary file added a.out
Binary file not shown.
3 changes: 3 additions & 0 deletions buildscript.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
g++ main.cpp gfx/*.c gfx/*.h -lSDL2 -w -I./gfx -o maincc
./maincc
Binary file added maincc
Binary file not shown.

0 comments on commit a9eb5c1

Please sign in to comment.