feat: get input
This commit is contained in:
parent
8e772907f5
commit
3d14cbf731
3 changed files with 41 additions and 2 deletions
4
compile
Executable file
4
compile
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
as main.s -o main.o
|
||||
gcc main.o -o main -nostdlib -static
|
||||
./main
|
Loading…
Add table
Add a link
Reference in a new issue