7 lines
86 B
C
7 lines
86 B
C
#include "syscall.h"
|
|
|
|
int main(){
|
|
PutInt(10);
|
|
PutInt(110);
|
|
PutInt(007);
|
|
}
|