Flutter Engine
The Flutter Engine
main.cpp
Go to the documentation of this file.
1// Copyright 2022 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
3
5
6#include <iostream>
7
8int main(int argc, char** argv) {
9 printf("Hello world\n");
10
11 printf("Gizmo: %f\n", getGizmo());
12}
int main(int argc, char **argv)
Definition: main.cpp:8
float getGizmo()
Definition: gizmo.cpp:27
char ** argv
Definition: library.h:9
std::string printf(const char *fmt,...) SK_PRINTF_LIKE(1
Definition: SkSLString.cpp:83