Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fcorbelli authored Sep 13, 2021
1 parent 26e62b3 commit a591d9e
Show file tree
Hide file tree
Showing 4 changed files with 992 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fai.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
del ugo.exe
del *.o*
asmc64.exe sha1ugo.asm
g++ -march=native -s -O3 -static ugo.c sha1ugo.obj -o ugo.exe
Loading

0 comments on commit a591d9e

Please sign in to comment.