initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
// assembly function that we are compiling
|
||||
int entry_point();
|
||||
|
||||
int main() {
|
||||
printf("Result: %d\n", entry_point());
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user