Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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}
float getGizmo()
Definition gizmo.cpp:27
Definition main.py:1