Skip to content

Instantly share code, notes, and snippets.

@kishba
Created May 11, 2009 18:50
Show Gist options
  • Select an option

  • Save kishba/110103 to your computer and use it in GitHub Desktop.

Select an option

Save kishba/110103 to your computer and use it in GitHub Desktop.
int main() {
mystring = "stuff";
for (int i=0; i<mystring.size; i++) {
echo mystring[i];
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment