Timeline for Tips for golfing in D2
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 28, 2016 at 1:41 | comment | added | Alex A. | OIC. Never used D, just guessing. | |
| Feb 28, 2016 at 1:40 | comment | added | cat | @AlexA. function D main parameters must be main() or main(string[] args) moreover, char is literally one character, char* is a pointer to literally one character and char[] is an array of character literals (strings are different). D != C || C++ | |
| Feb 28, 2016 at 1:36 | comment | added | Alex A. | Can you use char* in place of string to save a byte? | |
| Feb 28, 2016 at 0:36 | history | answered | cat | CC BY-SA 3.0 |