mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 22:08:59 +00:00
This moves all code comprehension-related code to a new library, LibCodeComprehension. This also moves some types related to code comprehension tasks (such as autocomplete, find declaration) out of LibGUI and into LibCodeComprehension.
4 lines
56 B
C++
4 lines
56 B
C++
int main(int argc, char** argv)
|
|
{
|
|
argv = nullptr;
|
|
}
|