f80f005
1 2 3 4 5 6
#include <stdio.h> int ram_contents[1024]; int main(int argc, char * argv[]) { printf("%s\n", ram_contents); return 0; }