Revision 21d1e49088fe23cc9b1360b3f46f9a9d8f71184b authored by Alon Zakai on 03 February 2014, 01:37:17 UTC, committed by Alon Zakai on 03 February 2014, 01:37:17 UTC
1 parent 1341770
Raw File
autoassemble.c
#include <stdio.h>

int main() {
  puts("test\n");
  return 0;
}
back to top