5 lines
76 B
Text
5 lines
76 B
Text
![]() |
#!/bin/bash
|
||
|
as main.s -o main.o
|
||
|
gcc main.o -o main -nostdlib -static
|
||
|
./main
|