/README.txt
Plain Text | 7 lines | 6 code | 1 blank | 0 comment | 0 complexity | 59f45e0d8b258c83fd138eb57114c0fd MD5 | raw file
1The source code repository for Druntime is: 2https://github.com/D-Programming-Language/druntime 3 4Druntime is the minimum library required to support the D programming 5language. It includes the system code required to support the garbage 6collector, associative arrays, exception handling, array vector operations, 7startup/shutdown, etc.