func int main() {
    double c;
    c = 1.3 + 2.4;
    print(c);
    return 0;
}
