mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
/*
|
|
* Copyright (c) 2023, Nico Weber <thakis@chromium.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, char const* argv[])
|
|
{
|
|
return NSApplicationMain(argc, argv);
|
|
}
|