Assembly/compile
Ahmet Kaan GÜMÜŞ 3d14cbf731 feat: get input
2024-01-04 02:31:13 +03:00

4 lines
76 B
Bash
Executable file

#!/bin/bash
as main.s -o main.o
gcc main.o -o main -nostdlib -static
./main