DraxCodes / Random help game
0 mi piace
0 forks
3 files
Ultima volta attivo
Helping a fella with his simple word game
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="UTF-8" /> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | <link rel="stylesheet" href="style.css" /> |
| 7 | <title>QuickSort Word Scramble</title> |
| 8 | </head> |
| 9 | <body> |
| 10 | <div id="app"> |
DraxCodes / Action Example
0 mi piace
0 forks
2 files
Ultima volta attivo
Example of an Action/Func in C#
| 1 | using System; |
| 2 | using System.Windows.Forms; |
| 3 | |
| 4 | public class TestLambdaExpression |
| 5 | { |
| 6 | public static void Main() |
| 7 | { |
| 8 | Action<string> messageTarget; |
| 9 | |
| 10 | if (Environment.GetCommandLineArgs().Length > 1) |
Più nuovi
Più vecchi