Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~166 People Reached
Favorite Forums
Member Avatar for Acadian

[code=c#]using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace GermanFlash { class Program { static void Main(string[] args) { string[,] flashes = new string[,] { { "Der Himmel", "Die Sonne", "Das Wetter", "Der Freund", "Die Freundin", "Das Auslandsamt", "Das Buch", "Die Karte", "Die Mensa", "Die Vorlesung", "Beginnen", "Gehen", …

Member Avatar for apegram
1
166