feat: get input

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-04 02:31:13 +03:00
parent 8e772907f5
commit 3d14cbf731
3 changed files with 41 additions and 2 deletions

4
compile Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
as main.s -o main.o
gcc main.o -o main -nostdlib -static
./main