Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 30, 2021 16:04
Show Gist options
  • Save parzibyte/4b09c73e132ddd897b2b2ef05eb1e53d to your computer and use it in GitHub Desktop.
Save parzibyte/4b09c73e132ddd897b2b2ef05eb1e53d to your computer and use it in GitHub Desktop.
int[] arreglo = { 28, 11, 96, 21, 6, 97 };
Console.WriteLine(string.Join(", ", arreglo));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment