/* my comments go here */
char code[] = "This is code";

/* more commnets here
 and here, 
 and more */
 
char other[] = "Back to code";

